Html Css Color HEX #4CAFFF Summer Sky

📋 copy color: '#4CAFFF'

red 76 ◦ green 175 ◦ blue 255

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

Shades of Summer Sky #4CAFFF

Tints of Summer Sky #4CAFFF

RGB

 RED value IS 76 (30.08% from 255) = 15.02%

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 15.02%
G = 34.58%
B = 50.4%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CAFFF (or 0x4CAFFF) is known color: Summer Sky. HEX triplet: 4C, AF and FF. RGB value is (76,175,255). Sum of RGB (Red+Green+Blue) = 76+175+255=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CAFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CAFFF is #B35000. Grayscale: #9A9A9A. Windows color (decimal): -11751425 or 16756556. OLE color: 16756556.

HSL color Cylindrical-coordinate representation of color #4CAFFF: hue angle of 206.82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CAFFF is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 175 255 -
CMYK 0.70 0.31 0 0
HSL 206.82º 1% 0.65% -
HSV(B) 206.82º 0.7% 1% -
XYZ 36.36 39.42 100.3 -
YUV 154.52 184.7 72 -
System Red Green Blue C M Y K H S L
Decimal 76 175 255 0.70 0.31 0 0 206.82 1 0.65
Hex 4C AF FF 46 1F 0 0 CF 64 41
Octal 114 257 377 106 37 0 0 317 144 101
Binary 1001100 10101111 11111111 1000110 11111 0 0 11001111 1100100 1000001

Color Harmonies of #4CAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAFFF

Black with #4CAFFF

Text Example


Text Example

White with #4CAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CAFFF; }

 p { color: rgb(76,175,255); }

 H1.HeaderClassName
 {
   color: #4CAFFF;
 }
 .AnyTagClassName
 {
   color: #4CAFFF;
 }
</style>

background-color css

<style>
 a { background-color: #4CAFFF; }

 a { background-color: rgb(76,175,255); }

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

border-color css

<style>
 span { border-color: #4CAFFF; }

 span { border-color: rgb(76,175,255); }

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