Html Css Color HEX #8DDBE6 Anakiwa

📋 copy color: '#8DDBE6'

red 141 ◦ green 219 ◦ blue 230

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

Shades of Anakiwa #8DDBE6

Tints of Anakiwa #8DDBE6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.12%

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

R = 23.9%
G = 37.12%
B = 38.98%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8DDBE6 (or 0x8DDBE6) is known color: Anakiwa. HEX triplet: 8D, DB and E6. RGB value is (141,219,230). Sum of RGB (Red+Green+Blue) = 141+219+230=590 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.90% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #8DDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDBE6 is #722419. Grayscale: #C4C4C4. Windows color (decimal): -7480346 or 15129485. OLE color: 15129485.

HSL color Cylindrical-coordinate representation of color #8DDBE6: hue angle of 187.42º 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 #8DDBE6 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 141 219 230 -
CMYK 0.39 0.05 0 0.10
HSL 187.42º 0.64% 0.73% -
HSV(B) 187.42º 0.39% 0.9% -
XYZ 50.6 62.04 84.17 -
YUV 196.93 146.66 88.11 -
System Red Green Blue C M Y K H S L
Decimal 141 219 230 0.39 0.05 0 0.10 187.42 0.64 0.73
Hex 8D DB E6 27 5 0 A BB 40 49
Octal 215 333 346 47 5 0 12 273 100 111
Binary 10001101 11011011 11100110 100111 101 0 1010 10111011 1000000 1001001

Color Harmonies of #8DDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDBE6

Black with #8DDBE6

Text Example


Text Example

White with #8DDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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