Html Css Color HEX #8DDAEE Anakiwa

📋 copy color: '#8DDAEE'

red 141 ◦ green 218 ◦ blue 238

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

Shades of Anakiwa #8DDAEE

Tints of Anakiwa #8DDAEE

RGB

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

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

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

R = 23.62%
G = 36.52%
B = 39.87%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DDAEE (or 0x8DDAEE) is known color: Anakiwa. HEX triplet: 8D, DA and EE. RGB value is (141,218,238). Sum of RGB (Red+Green+Blue) = 141+218+238=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAEE is #722511. Grayscale: #C5C5C5. Windows color (decimal): -7480594 or 15653517. OLE color: 15653517.

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

Color convert

RGB 141 218 238 -
CMYK 0.41 0.08 0 0.07
HSL 192.37º 0.74% 0.74% -
HSV(B) 192.37º 0.41% 0.93% -
XYZ 51.49 61.98 90.14 -
YUV 197.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 141 218 238 0.41 0.08 0 0.07 192.37 0.74 0.74
Hex 8D DA EE 29 8 0 7 C0 4A 4A
Octal 215 332 356 51 10 0 7 300 112 112
Binary 10001101 11011010 11101110 101001 1000 0 111 11000000 1001010 1001010

Color Harmonies of #8DDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDAEE

Black with #8DDAEE

Text Example


Text Example

White with #8DDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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