#3CCBE3

Color #3CCBE3 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3CCBE3

Tints of Summer Sky #3CCBE3

Color information

#3CCBE3 (or 0x3CCBE3) is unknown color: approx Summer Sky. HEX triplet: 3C, CB and E3. RGB value is (60,203,227). Sum of RGB (Red+Green+Blue) = 60+203+227=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 227 - color contains mainly: blue. Hex color #3CCBE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBE3 is #C3341C. Grayscale: #A2A2A2. Windows color (decimal): -12792861 or 14928700. OLE color: 14928700.

HSL color Cylindrical-coordinate representation of color #3CCBE3: hue angle of 188.62º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CCBE3 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB60203227-
CMYK0.740.1100.11
HSL188.62º74.89%56.27%-
HSV(B)188.62º73.57%89.02%-
XYZ37.0849.2280.22-
YUV162.98164.1254.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 12.24%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 227 (89.06% from 255) = 46.33%
R=12.24%
G=41.43%
B=46.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal602032270.740.1100.11188.6274.8956.27
Hex3CCBE34AB0Bbd4b38
Octal743133431121301327511370
Binary11110011001011111000111001010101101011101111011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CCBE3; }

 p { color: rgb(60,203,227); }

 H1.HeaderClassName
 {
   color: #3CCBE3;
 }
 .AnyTagClassName
 {
   color: #3CCBE3;
 }
</style>
background-color css

<style>
 a { background-color: #3CCBE3; }

 a { background-color: rgb(60,203,227); }

 div.DivClassName
 {
   background-color: #3CCBE3;
 }
 .BgClassName
 {
   background-color: #3CCBE3;
 }
</style>
border-color css

<style>
 span { border-color: #3CCBE3; }

 span { border-color: rgb(60,203,227); }

 td.TdClassName
 {
   border-color: #3CCBE3;
 }
 .TagClassName
 {
   border-color: #3CCBE3;
 }
</style>