Html Css Color HEX #8DD8EA Anakiwa

📋 copy color: '#8DD8EA'

red 141 ◦ green 216 ◦ blue 234

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

Shades of Anakiwa #8DD8EA

Tints of Anakiwa #8DD8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.55%

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

R = 23.86%
G = 36.55%
B = 39.59%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DD8EA (or 0x8DD8EA) is known color: Anakiwa. HEX triplet: 8D, D8 and EA. RGB value is (141,216,234). Sum of RGB (Red+Green+Blue) = 141+216+234=591 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.86% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DD8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD8EA is #722715. Grayscale: #C3C3C3. Windows color (decimal): -7481110 or 15390861. OLE color: 15390861.

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

Color convert

RGB 141 216 234 -
CMYK 0.40 0.08 0 0.08
HSL 191.61º 0.69% 0.74% -
HSV(B) 191.61º 0.4% 0.92% -
XYZ 50.39 60.71 86.91 -
YUV 195.63 149.65 89.04 -
System Red Green Blue C M Y K H S L
Decimal 141 216 234 0.40 0.08 0 0.08 191.61 0.69 0.74
Hex 8D D8 EA 28 8 0 8 C0 45 4A
Octal 215 330 352 50 10 0 10 300 105 112
Binary 10001101 11011000 11101010 101000 1000 0 1000 11000000 1000101 1001010

Color Harmonies of #8DD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD8EA

Black with #8DD8EA

Text Example


Text Example

White with #8DD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,216,234); }

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

background-color css

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

 a { background-color: rgb(141,216,234); }

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

border-color css

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

 span { border-color: rgb(141,216,234); }

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