Html Css Color HEX #88C0DB Anakiwa

📋 copy color: '#88C0DB'

red 136 ◦ green 192 ◦ blue 219

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

Shades of Anakiwa #88C0DB

Tints of Anakiwa #88C0DB

RGB

 RED value IS 136 (53.52% from 255) = 24.86%

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 24.86%
G = 35.1%
B = 40.04%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88C0DB (or 0x88C0DB) is known color: Anakiwa. HEX triplet: 88, C0 and DB. RGB value is (136,192,219). Sum of RGB (Red+Green+Blue) = 136+192+219=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #88C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0DB is #773F24. Grayscale: #B2B2B2. Windows color (decimal): -7814949 or 14401672. OLE color: 14401672.

HSL color Cylindrical-coordinate representation of color #88C0DB: hue angle of 199.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C0DB is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 192 219 -
CMYK 0.38 0.12 0 0.14
HSL 199.52º 0.54% 0.7% -
HSV(B) 199.52º 0.38% 0.86% -
XYZ 41.79 48.05 74.09 -
YUV 178.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 136 192 219 0.38 0.12 0 0.14 199.52 0.54 0.7
Hex 88 C0 DB 26 C 0 E C8 36 46
Octal 210 300 333 46 14 0 16 310 66 106
Binary 10001000 11000000 11011011 100110 1100 0 1110 11001000 110110 1000110

Color Harmonies of #88C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C0DB

Black with #88C0DB

Text Example


Text Example

White with #88C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C0DB; }

 p { color: rgb(136,192,219); }

 H1.HeaderClassName
 {
   color: #88C0DB;
 }
 .AnyTagClassName
 {
   color: #88C0DB;
 }
</style>

background-color css

<style>
 a { background-color: #88C0DB; }

 a { background-color: rgb(136,192,219); }

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

border-color css

<style>
 span { border-color: #88C0DB; }

 span { border-color: rgb(136,192,219); }

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