Html Css Color HEX #8DDBE5 Anakiwa

📋 copy color: '#8DDBE5'

red 141 ◦ green 219 ◦ blue 229

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

Shades of Anakiwa #8DDBE5

Tints of Anakiwa #8DDBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 23.94%
G = 37.18%
B = 38.88%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8DDBE5 (or 0x8DDBE5) is known color: Anakiwa. HEX triplet: 8D, DB and E5. RGB value is (141,219,229). Sum of RGB (Red+Green+Blue) = 141+219+229=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #8DDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBE5 is #72241A. Grayscale: #C4C4C4. Windows color (decimal): -7480347 or 15063949. OLE color: 15063949.

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

Color convert

RGB 141 219 229 -
CMYK 0.38 0.04 0 0.10
HSL 186.82º 0.63% 0.73% -
HSV(B) 186.82º 0.38% 0.9% -
XYZ 50.46 61.98 83.43 -
YUV 196.82 146.16 88.19 -
System Red Green Blue C M Y K H S L
Decimal 141 219 229 0.38 0.04 0 0.10 186.82 0.63 0.73
Hex 8D DB E5 26 4 0 A BB 3F 49
Octal 215 333 345 46 4 0 12 273 77 111
Binary 10001101 11011011 11100101 100110 100 0 1010 10111011 111111 1001001

Color Harmonies of #8DDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDBE5

Black with #8DDBE5

Text Example


Text Example

White with #8DDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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