Html Css Color HEX #8DDAEA Anakiwa

📋 copy color: '#8DDAEA'

red 141 ◦ green 218 ◦ blue 234

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

Shades of Anakiwa #8DDAEA

Tints of Anakiwa #8DDAEA

RGB

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

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

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

R = 23.78%
G = 36.76%
B = 39.46%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DDAEA (or 0x8DDAEA) is known color: Anakiwa. HEX triplet: 8D, DA and EA. RGB value is (141,218,234). Sum of RGB (Red+Green+Blue) = 141+218+234=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAEA is #722515. Grayscale: #C4C4C4. Windows color (decimal): -7480598 or 15391373. OLE color: 15391373.

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

Color convert

RGB 141 218 234 -
CMYK 0.40 0.07 0 0.08
HSL 190.32º 0.69% 0.74% -
HSV(B) 190.32º 0.4% 0.92% -
XYZ 50.91 61.75 87.08 -
YUV 196.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 141 218 234 0.40 0.07 0 0.08 190.32 0.69 0.74
Hex 8D DA EA 28 7 0 8 BE 45 4A
Octal 215 332 352 50 7 0 10 276 105 112
Binary 10001101 11011010 11101010 101000 111 0 1000 10111110 1000101 1001010

Color Harmonies of #8DDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDAEA

Black with #8DDAEA

Text Example


Text Example

White with #8DDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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