Html Css Color HEX #8DCEE6 Anakiwa

📋 copy color: '#8DCEE6'

red 141 ◦ green 206 ◦ blue 230

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

Shades of Anakiwa #8DCEE6

Tints of Anakiwa #8DCEE6

RGB

 RED value IS 141 (55.47% from 255) = 24.44%

 GREEN value IS 206 (80.86% from 255) = 35.7%

 BLUE value IS 230 (90.23% from 255) = 39.86%

R = 24.44%
G = 35.7%
B = 39.86%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8DCEE6 (or 0x8DCEE6) is known color: Anakiwa. HEX triplet: 8D, CE and E6. RGB value is (141,206,230). Sum of RGB (Red+Green+Blue) = 141+206+230=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #8DCEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEE6 is #723119. Grayscale: #BDBDBD. Windows color (decimal): -7483674 or 15126157. OLE color: 15126157.

HSL color Cylindrical-coordinate representation of color #8DCEE6: hue angle of 196.18º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DCEE6 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 141 206 230 -
CMYK 0.39 0.10 0 0.10
HSL 196.18º 0.64% 0.73% -
HSV(B) 196.18º 0.39% 0.9% -
XYZ 47.34 55.52 83.08 -
YUV 189.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 141 206 230 0.39 0.10 0 0.10 196.18 0.64 0.73
Hex 8D CE E6 27 A 0 A C4 40 49
Octal 215 316 346 47 12 0 12 304 100 111
Binary 10001101 11001110 11100110 100111 1010 0 1010 11000100 1000000 1001001

Color Harmonies of #8DCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCEE6

Black with #8DCEE6

Text Example


Text Example

White with #8DCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,206,230); }

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

background-color css

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

 a { background-color: rgb(141,206,230); }

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

border-color css

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

 span { border-color: rgb(141,206,230); }

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