Html Css Color HEX #47C0EA Summer Sky

📋 copy color: '#47C0EA'

red 71 ◦ green 192 ◦ blue 234

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

Shades of Summer Sky #47C0EA

Tints of Summer Sky #47C0EA

RGB

 RED value IS 71 (28.13% from 255) = 14.29%

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 14.29%
G = 38.63%
B = 47.08%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#47C0EA (or 0x47C0EA) is known color: Summer Sky. HEX triplet: 47, C0 and EA. RGB value is (71,192,234). Sum of RGB (Red+Green+Blue) = 71+192+234=497 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.29% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #47C0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C0EA is #B83F15. Grayscale: #A0A0A0. Windows color (decimal): -12074774 or 15384647. OLE color: 15384647.

HSL color Cylindrical-coordinate representation of color #47C0EA: hue angle of 195.46º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47C0EA is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 192 234 -
CMYK 0.70 0.18 0 0.08
HSL 195.46º 0.8% 0.6% -
HSV(B) 195.46º 0.7% 0.92% -
XYZ 36.3 44.98 84.61 -
YUV 160.61 169.41 64.08 -
System Red Green Blue C M Y K H S L
Decimal 71 192 234 0.70 0.18 0 0.08 195.46 0.8 0.6
Hex 47 C0 EA 46 12 0 8 C3 50 3C
Octal 107 300 352 106 22 0 10 303 120 74
Binary 1000111 11000000 11101010 1000110 10010 0 1000 11000011 1010000 111100

Color Harmonies of #47C0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C0EA

Black with #47C0EA

Text Example


Text Example

White with #47C0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47C0EA; }

 p { color: rgb(71,192,234); }

 H1.HeaderClassName
 {
   color: #47C0EA;
 }
 .AnyTagClassName
 {
   color: #47C0EA;
 }
</style>

background-color css

<style>
 a { background-color: #47C0EA; }

 a { background-color: rgb(71,192,234); }

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

border-color css

<style>
 span { border-color: #47C0EA; }

 span { border-color: rgb(71,192,234); }

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