Html Css Color HEX #8DDEEB Anakiwa

📋 copy color: '#8DDEEB'

red 141 ◦ green 222 ◦ blue 235

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

Shades of Anakiwa #8DDEEB

Tints of Anakiwa #8DDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 23.58%
G = 37.12%
B = 39.3%

CMYK

 C value IS 0.4

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DDEEB (or 0x8DDEEB) is known color: Anakiwa. HEX triplet: 8D, DE and EB. RGB value is (141,222,235). Sum of RGB (Red+Green+Blue) = 141+222+235=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDEEB is #722114. Grayscale: #C7C7C7. Windows color (decimal): -7479573 or 15457933. OLE color: 15457933.

HSL color Cylindrical-coordinate representation of color #8DDEEB: hue angle of 188.3º degrees, saturation: 0.7, 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 #8DDEEB is Cyan = 0.4, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 222 235 -
CMYK 0.4 0.06 0 0.08
HSL 188.3º 0.7% 0.74% -
HSV(B) 188.3º 0.4% 0.92% -
XYZ 52.1 63.9 88.19 -
YUV 199.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 141 222 235 0.4 0.06 0 0.08 188.3 0.7 0.74
Hex 8D DE EB 28 6 0 8 BC 46 4A
Octal 215 336 353 50 6 0 10 274 106 112
Binary 10001101 11011110 11101011 101000 110 0 1000 10111100 1000110 1001010

Color Harmonies of #8DDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDEEB

Black with #8DDEEB

Text Example


Text Example

White with #8DDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,222,235); }

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

background-color css

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

 a { background-color: rgb(141,222,235); }

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

border-color css

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

 span { border-color: rgb(141,222,235); }

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