Html Css Color HEX #88BFDC Anakiwa

📋 copy color: '#88BFDC'

red 136 ◦ green 191 ◦ blue 220

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

Shades of Anakiwa #88BFDC

Tints of Anakiwa #88BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 34.92%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 24.86%
G = 34.92%
B = 40.22%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88BFDC (or 0x88BFDC) is known color: Anakiwa. HEX triplet: 88, BF and DC. RGB value is (136,191,220). Sum of RGB (Red+Green+Blue) = 136+191+220=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #88BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFDC is #774023. Grayscale: #B1B1B1. Windows color (decimal): -7815204 or 14466952. OLE color: 14466952.

HSL color Cylindrical-coordinate representation of color #88BFDC: hue angle of 200.71º degrees, saturation: 0.55, 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 #88BFDC is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 191 220 -
CMYK 0.38 0.13 0 0.14
HSL 200.71º 0.55% 0.7% -
HSV(B) 200.71º 0.38% 0.86% -
XYZ 41.7 47.66 74.71 -
YUV 177.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 136 191 220 0.38 0.13 0 0.14 200.71 0.55 0.7
Hex 88 BF DC 26 D 0 E C9 37 46
Octal 210 277 334 46 15 0 16 311 67 106
Binary 10001000 10111111 11011100 100110 1101 0 1110 11001001 110111 1000110

Color Harmonies of #88BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BFDC

Black with #88BFDC

Text Example


Text Example

White with #88BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,191,220); }

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

background-color css

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

 a { background-color: rgb(136,191,220); }

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

border-color css

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

 span { border-color: rgb(136,191,220); }

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