Html Css Color HEX #8DDAEC Anakiwa

📋 copy color: '#8DDAEC'

red 141 ◦ green 218 ◦ blue 236

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

Shades of Anakiwa #8DDAEC

Tints of Anakiwa #8DDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.64%

 BLUE value IS 236 (92.58% from 255) = 39.66%

R = 23.7%
G = 36.64%
B = 39.66%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DDAEC (or 0x8DDAEC) is known color: Anakiwa. HEX triplet: 8D, DA and EC. RGB value is (141,218,236). Sum of RGB (Red+Green+Blue) = 141+218+236=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAEC is #722513. Grayscale: #C4C4C4. Windows color (decimal): -7480596 or 15522445. OLE color: 15522445.

HSL color Cylindrical-coordinate representation of color #8DDAEC: hue angle of 191.37º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDAEC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 218 236 -
CMYK 0.40 0.08 0 0.07
HSL 191.37º 0.71% 0.74% -
HSV(B) 191.37º 0.4% 0.93% -
XYZ 51.2 61.86 88.6 -
YUV 197.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 141 218 236 0.40 0.08 0 0.07 191.37 0.71 0.74
Hex 8D DA EC 28 8 0 7 BF 47 4A
Octal 215 332 354 50 10 0 7 277 107 112
Binary 10001101 11011010 11101100 101000 1000 0 111 10111111 1000111 1001010

Color Harmonies of #8DDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDAEC

Black with #8DDAEC

Text Example


Text Example

White with #8DDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,218,236); }

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

background-color css

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

 a { background-color: rgb(141,218,236); }

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

border-color css

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

 span { border-color: rgb(141,218,236); }

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