Html Css Color HEX #3CAFEC Summer Sky

📋 copy color: '#3CAFEC'

red 60 ◦ green 175 ◦ blue 236

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

Shades of Summer Sky #3CAFEC

Tints of Summer Sky #3CAFEC

RGB

 RED value IS 60 (23.83% from 255) = 12.74%

 GREEN value IS 175 (68.75% from 255) = 37.15%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 12.74%
G = 37.15%
B = 50.11%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CAFEC (or 0x3CAFEC) is known color: Summer Sky. HEX triplet: 3C, AF and EC. RGB value is (60,175,236). Sum of RGB (Red+Green+Blue) = 60+175+236=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CAFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAFEC is #C35013. Grayscale: #939393. Windows color (decimal): -12800020 or 15511356. OLE color: 15511356.

HSL color Cylindrical-coordinate representation of color #3CAFEC: hue angle of 200.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CAFEC is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 175 236 -
CMYK 0.75 0.26 0 0.07
HSL 200.8º 0.82% 0.58% -
HSV(B) 200.8º 0.75% 0.93% -
XYZ 32.33 37.68 84.93 -
YUV 147.57 177.9 65.54 -
System Red Green Blue C M Y K H S L
Decimal 60 175 236 0.75 0.26 0 0.07 200.8 0.82 0.58
Hex 3C AF EC 4B 1A 0 7 C9 52 3A
Octal 74 257 354 113 32 0 7 311 122 72
Binary 111100 10101111 11101100 1001011 11010 0 111 11001001 1010010 111010

Color Harmonies of #3CAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAFEC

Black with #3CAFEC

Text Example


Text Example

White with #3CAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,175,236); }

 H1.HeaderClassName
 {
   color: #3CAFEC;
 }
 .AnyTagClassName
 {
   color: #3CAFEC;
 }
</style>

background-color css

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

 a { background-color: rgb(60,175,236); }

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

border-color css

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

 span { border-color: rgb(60,175,236); }

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