Html Css Color HEX #88BEDF Anakiwa

📋 copy color: '#88BEDF'

red 136 ◦ green 190 ◦ blue 223

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

Shades of Anakiwa #88BEDF

Tints of Anakiwa #88BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.61%

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

R = 24.77%
G = 34.61%
B = 40.62%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88BEDF (or 0x88BEDF) is known color: Anakiwa. HEX triplet: 88, BE and DF. RGB value is (136,190,223). Sum of RGB (Red+Green+Blue) = 136+190+223=549 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.77% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #88BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BEDF is #774120. Grayscale: #B1B1B1. Windows color (decimal): -7815457 or 14663304. OLE color: 14663304.

HSL color Cylindrical-coordinate representation of color #88BEDF: hue angle of 202.76º 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 #88BEDF is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 190 223 -
CMYK 0.39 0.15 0 0.13
HSL 202.76º 0.58% 0.7% -
HSV(B) 202.76º 0.39% 0.87% -
XYZ 41.89 47.39 76.75 -
YUV 177.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 136 190 223 0.39 0.15 0 0.13 202.76 0.58 0.7
Hex 88 BE DF 27 F 0 D CB 3A 46
Octal 210 276 337 47 17 0 15 313 72 106
Binary 10001000 10111110 11011111 100111 1111 0 1101 11001011 111010 1000110

Color Harmonies of #88BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BEDF

Black with #88BEDF

Text Example


Text Example

White with #88BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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