Html Css Color HEX #89CDE6 Anakiwa

📋 copy color: '#89CDE6'

red 137 ◦ green 205 ◦ blue 230

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

Shades of Anakiwa #89CDE6

Tints of Anakiwa #89CDE6

RGB

 RED value IS 137 (53.91% from 255) = 23.95%

 GREEN value IS 205 (80.47% from 255) = 35.84%

 BLUE value IS 230 (90.23% from 255) = 40.21%

R = 23.95%
G = 35.84%
B = 40.21%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#89CDE6 (or 0x89CDE6) is known color: Anakiwa. HEX triplet: 89, CD and E6. RGB value is (137,205,230). Sum of RGB (Red+Green+Blue) = 137+205+230=572 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.95% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #89CDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89CDE6 is #763219. Grayscale: #BBBBBB. Windows color (decimal): -7746074 or 15125897. OLE color: 15125897.

HSL color Cylindrical-coordinate representation of color #89CDE6: hue angle of 196.13º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89CDE6 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 205 230 -
CMYK 0.40 0.11 0 0.10
HSL 196.13º 0.65% 0.72% -
HSV(B) 196.13º 0.4% 0.9% -
XYZ 46.43 54.69 82.97 -
YUV 187.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 137 205 230 0.40 0.11 0 0.10 196.13 0.65 0.72
Hex 89 CD E6 28 B 0 A C4 41 48
Octal 211 315 346 50 13 0 12 304 101 110
Binary 10001001 11001101 11100110 101000 1011 0 1010 11000100 1000001 1001000

Color Harmonies of #89CDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CDE6

Black with #89CDE6

Text Example


Text Example

White with #89CDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89CDE6; }

 p { color: rgb(137,205,230); }

 H1.HeaderClassName
 {
   color: #89CDE6;
 }
 .AnyTagClassName
 {
   color: #89CDE6;
 }
</style>

background-color css

<style>
 a { background-color: #89CDE6; }

 a { background-color: rgb(137,205,230); }

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

border-color css

<style>
 span { border-color: #89CDE6; }

 span { border-color: rgb(137,205,230); }

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