Html Css Color HEX #8CD0EA Anakiwa

📋 copy color: '#8CD0EA'

red 140 ◦ green 208 ◦ blue 234

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

Shades of Anakiwa #8CD0EA

Tints of Anakiwa #8CD0EA

RGB

 RED value IS 140 (55.08% from 255) = 24.05%

 GREEN value IS 208 (81.64% from 255) = 35.74%

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

R = 24.05%
G = 35.74%
B = 40.21%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CD0EA (or 0x8CD0EA) is known color: Anakiwa. HEX triplet: 8C, D0 and EA. RGB value is (140,208,234). Sum of RGB (Red+Green+Blue) = 140+208+234=582 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.05% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CD0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD0EA is #732F15. Grayscale: #BEBEBE. Windows color (decimal): -7548694 or 15388812. OLE color: 15388812.

HSL color Cylindrical-coordinate representation of color #8CD0EA: hue angle of 196.6º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CD0EA is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 208 234 -
CMYK 0.40 0.11 0 0.08
HSL 196.6º 0.69% 0.73% -
HSV(B) 196.6º 0.4% 0.92% -
XYZ 48.22 56.63 86.23 -
YUV 190.63 152.47 91.89 -
System Red Green Blue C M Y K H S L
Decimal 140 208 234 0.40 0.11 0 0.08 196.6 0.69 0.73
Hex 8C D0 EA 28 B 0 8 C5 45 49
Octal 214 320 352 50 13 0 10 305 105 111
Binary 10001100 11010000 11101010 101000 1011 0 1000 11000101 1000101 1001001

Color Harmonies of #8CD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD0EA

Black with #8CD0EA

Text Example


Text Example

White with #8CD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CD0EA; }

 p { color: rgb(140,208,234); }

 H1.HeaderClassName
 {
   color: #8CD0EA;
 }
 .AnyTagClassName
 {
   color: #8CD0EA;
 }
</style>

background-color css

<style>
 a { background-color: #8CD0EA; }

 a { background-color: rgb(140,208,234); }

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

border-color css

<style>
 span { border-color: #8CD0EA; }

 span { border-color: rgb(140,208,234); }

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