Html Css Color HEX #88C2DD Anakiwa

📋 copy color: '#88C2DD'

red 136 ◦ green 194 ◦ blue 221

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

Shades of Anakiwa #88C2DD

Tints of Anakiwa #88C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.21%

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 24.68%
G = 35.21%
B = 40.11%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88C2DD (or 0x88C2DD) is known color: Anakiwa. HEX triplet: 88, C2 and DD. RGB value is (136,194,221). Sum of RGB (Red+Green+Blue) = 136+194+221=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #88C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2DD is #773D22. Grayscale: #B3B3B3. Windows color (decimal): -7814435 or 14533256. OLE color: 14533256.

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

Color convert

RGB 136 194 221 -
CMYK 0.38 0.12 0 0.13
HSL 199.06º 0.56% 0.7% -
HSV(B) 199.06º 0.38% 0.87% -
XYZ 42.5 49.04 75.63 -
YUV 179.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 136 194 221 0.38 0.12 0 0.13 199.06 0.56 0.7
Hex 88 C2 DD 26 C 0 D C7 38 46
Octal 210 302 335 46 14 0 15 307 70 106
Binary 10001000 11000010 11011101 100110 1100 0 1101 11000111 111000 1000110

Color Harmonies of #88C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C2DD

Black with #88C2DD

Text Example


Text Example

White with #88C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,194,221); }

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

background-color css

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

 a { background-color: rgb(136,194,221); }

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

border-color css

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

 span { border-color: rgb(136,194,221); }

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