Html Css Color HEX #8DD1EE Anakiwa

📋 copy color: '#8DD1EE'

red 141 ◦ green 209 ◦ blue 238

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

Shades of Anakiwa #8DD1EE

Tints of Anakiwa #8DD1EE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.54%

 BLUE value IS 238 (93.36% from 255) = 40.48%

R = 23.98%
G = 35.54%
B = 40.48%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DD1EE (or 0x8DD1EE) is known color: Anakiwa. HEX triplet: 8D, D1 and EE. RGB value is (141,209,238). Sum of RGB (Red+Green+Blue) = 141+209+238=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DD1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD1EE is #722E11. Grayscale: #BFBFBF. Windows color (decimal): -7482898 or 15651213. OLE color: 15651213.

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

Color convert

RGB 141 209 238 -
CMYK 0.41 0.12 0 0.07
HSL 197.94º 0.74% 0.74% -
HSV(B) 197.94º 0.41% 0.93% -
XYZ 49.22 57.44 89.38 -
YUV 191.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 141 209 238 0.41 0.12 0 0.07 197.94 0.74 0.74
Hex 8D D1 EE 29 C 0 7 C6 4A 4A
Octal 215 321 356 51 14 0 7 306 112 112
Binary 10001101 11010001 11101110 101001 1100 0 111 11000110 1001010 1001010

Color Harmonies of #8DD1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD1EE

Black with #8DD1EE

Text Example


Text Example

White with #8DD1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,209,238); }

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

background-color css

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

 a { background-color: rgb(141,209,238); }

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

border-color css

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

 span { border-color: rgb(141,209,238); }

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