Html Css Color HEX #8DD5EA Anakiwa

📋 copy color: '#8DD5EA'

red 141 ◦ green 213 ◦ blue 234

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

Shades of Anakiwa #8DD5EA

Tints of Anakiwa #8DD5EA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.22%

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

R = 23.98%
G = 36.22%
B = 39.8%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DD5EA (or 0x8DD5EA) is known color: Anakiwa. HEX triplet: 8D, D5 and EA. RGB value is (141,213,234). Sum of RGB (Red+Green+Blue) = 141+213+234=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD5EA is #722A15. Grayscale: #C1C1C1. Windows color (decimal): -7481878 or 15390093. OLE color: 15390093.

HSL color Cylindrical-coordinate representation of color #8DD5EA: hue angle of 193.55º 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 #8DD5EA is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 213 234 -
CMYK 0.40 0.09 0 0.08
HSL 193.55º 0.69% 0.74% -
HSV(B) 193.55º 0.4% 0.92% -
XYZ 49.63 59.19 86.65 -
YUV 193.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 141 213 234 0.40 0.09 0 0.08 193.55 0.69 0.74
Hex 8D D5 EA 28 9 0 8 C2 45 4A
Octal 215 325 352 50 11 0 10 302 105 112
Binary 10001101 11010101 11101010 101000 1001 0 1000 11000010 1000101 1001010

Color Harmonies of #8DD5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD5EA

Black with #8DD5EA

Text Example


Text Example

White with #8DD5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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