Html Css Color HEX #88BFDF Anakiwa

📋 copy color: '#88BFDF'

red 136 ◦ green 191 ◦ blue 223

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

Shades of Anakiwa #88BFDF

Tints of Anakiwa #88BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 24.73%
G = 34.73%
B = 40.55%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88BFDF (or 0x88BFDF) is known color: Anakiwa. HEX triplet: 88, BF and DF. RGB value is (136,191,223). Sum of RGB (Red+Green+Blue) = 136+191+223=550 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.73% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #88BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFDF is #774020. Grayscale: #B2B2B2. Windows color (decimal): -7815201 or 14663560. OLE color: 14663560.

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

Color convert

RGB 136 191 223 -
CMYK 0.39 0.14 0 0.13
HSL 202.07º 0.58% 0.7% -
HSV(B) 202.07º 0.39% 0.87% -
XYZ 42.1 47.82 76.82 -
YUV 178.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 136 191 223 0.39 0.14 0 0.13 202.07 0.58 0.7
Hex 88 BF DF 27 E 0 D CA 3A 46
Octal 210 277 337 47 16 0 15 312 72 106
Binary 10001000 10111111 11011111 100111 1110 0 1101 11001010 111010 1000110

Color Harmonies of #88BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BFDF

Black with #88BFDF

Text Example


Text Example

White with #88BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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