#3CCCFF

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

Shades of Summer Sky #3CCCFF

Tints of Summer Sky #3CCCFF

Color information

#3CCCFF (or 0x3CCCFF) is unknown color: approx Summer Sky. HEX triplet: 3C, CC and FF. RGB value is (60,204,255). Sum of RGB (Red+Green+Blue) = 60+204+255=519 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.56% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CCCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCCFF is #C33300. Grayscale: #A6A6A6. Windows color (decimal): -12792577 or 16763964. OLE color: 16763964.

HSL color Cylindrical-coordinate representation of color #3CCCFF: hue angle of 195.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CCCFF is Cyan = 0.76, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB60204255-
CMYK0.760.200
HSL195.69º100%61.76%-
HSV(B)195.69º76.47%100%-
XYZ41.5151.37102.33-
YUV166.76177.7951.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.56%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 255 (100% from 255) = 49.13%
R=11.56%
G=39.31%
B=49.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602042550.760.200195.6910061.76
Hex3CCCFF4C1400c4643e
Octal74314377114240030414476
Binary111100110011001111111110011001010000110001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,204,255); }

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

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

 a { background-color: rgb(60,204,255); }

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

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

 span { border-color: rgb(60,204,255); }

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