Html Css Color HEX #88BDE6 Cornflower

📋 copy color: '#88BDE6'

red 136 ◦ green 189 ◦ blue 230

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

Shades of Cornflower #88BDE6

Tints of Cornflower #88BDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.05%

 BLUE value IS 230 (90.23% from 255) = 41.44%

R = 24.5%
G = 34.05%
B = 41.44%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#88BDE6 (or 0x88BDE6) is known color: Cornflower. HEX triplet: 88, BD and E6. RGB value is (136,189,230). Sum of RGB (Red+Green+Blue) = 136+189+230=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #88BDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BDE6 is #774219. Grayscale: #B1B1B1. Windows color (decimal): -7815706 or 15121800. OLE color: 15121800.

HSL color Cylindrical-coordinate representation of color #88BDE6: hue angle of 206.17º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88BDE6 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 136 189 230 -
CMYK 0.41 0.18 0 0.10
HSL 206.17º 0.65% 0.72% -
HSV(B) 206.17º 0.41% 0.9% -
XYZ 42.63 47.34 81.75 -
YUV 177.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 136 189 230 0.41 0.18 0 0.10 206.17 0.65 0.72
Hex 88 BD E6 29 12 0 A CE 41 48
Octal 210 275 346 51 22 0 12 316 101 110
Binary 10001000 10111101 11100110 101001 10010 0 1010 11001110 1000001 1001000

Color Harmonies of #88BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BDE6

Black with #88BDE6

Text Example


Text Example

White with #88BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,189,230); }

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

background-color css

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

 a { background-color: rgb(136,189,230); }

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

border-color css

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

 span { border-color: rgb(136,189,230); }

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