Html Css Color HEX #88C8DA Spray

📋 copy color: '#88C8DA'

red 136 ◦ green 200 ◦ blue 218

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

Shades of Spray #88C8DA

Tints of Spray #88C8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.1%

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 24.55%
G = 36.1%
B = 39.35%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#88C8DA (or 0x88C8DA) is known color: Spray. HEX triplet: 88, C8 and DA. RGB value is (136,200,218). Sum of RGB (Red+Green+Blue) = 136+200+218=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #88C8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C8DA is #773725. Grayscale: #B6B6B6. Windows color (decimal): -7812902 or 14338184. OLE color: 14338184.

HSL color Cylindrical-coordinate representation of color #88C8DA: hue angle of 193.17º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C8DA is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 200 218 -
CMYK 0.38 0.08 0 0.15
HSL 193.17º 0.53% 0.69% -
HSV(B) 193.17º 0.38% 0.85% -
XYZ 43.46 51.6 74 -
YUV 182.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 136 200 218 0.38 0.08 0 0.15 193.17 0.53 0.69
Hex 88 C8 DA 26 8 0 F C1 35 45
Octal 210 310 332 46 10 0 17 301 65 105
Binary 10001000 11001000 11011010 100110 1000 0 1111 11000001 110101 1000101

Color Harmonies of #88C8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C8DA

Black with #88C8DA

Text Example


Text Example

White with #88C8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,200,218); }

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

background-color css

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

 a { background-color: rgb(136,200,218); }

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

border-color css

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

 span { border-color: rgb(136,200,218); }

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