Html Css Color HEX #3CCCFF Summer Sky

📋 copy color: '#3CCCFF'

red 60 ◦ green 204 ◦ blue 255

#3CCCFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #3CCCFF

Tints of Summer Sky #3CCCFF

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 value IS 0.76

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3CCCFF (or 0x3CCCFF) is known color: 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

RGB 60 204 255 -
CMYK 0.76 0.2 0 0
HSL 195.69º 1% 0.62% -
HSV(B) 195.69º 0.76% 1% -
XYZ 41.51 51.37 102.33 -
YUV 166.76 177.79 51.85 -
System Red Green Blue C M Y K H S L
Decimal 60 204 255 0.76 0.2 0 0 195.69 1 0.62
Hex 3C CC FF 4C 14 0 0 C4 64 3E
Octal 74 314 377 114 24 0 0 304 144 76
Binary 111100 11001100 11111111 1001100 10100 0 0 11000100 1100100 111110

Color Harmonies of #3CCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCCFF

Black with #3CCCFF

Text Example


Text Example

White with #3CCCFF

Text Example


Text Example

HTML Codes & Css Web 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>