Html Css Color HEX #88BBD0 Seagull

📋 copy color: '#88BBD0'

red 136 ◦ green 187 ◦ blue 208

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

Shades of Seagull #88BBD0

Tints of Seagull #88BBD0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.22%

 BLUE value IS 208 (81.64% from 255) = 39.17%

R = 25.61%
G = 35.22%
B = 39.17%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#88BBD0 (or 0x88BBD0) is known color: Seagull. HEX triplet: 88, BB and D0. RGB value is (136,187,208). Sum of RGB (Red+Green+Blue) = 136+187+208=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #88BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBD0 is #77442F. Grayscale: #AEAEAE. Windows color (decimal): -7816240 or 13679496. OLE color: 13679496.

HSL color Cylindrical-coordinate representation of color #88BBD0: hue angle of 197.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88BBD0 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 187 208 -
CMYK 0.35 0.10 0 0.18
HSL 197.5º 0.43% 0.67% -
HSV(B) 197.5º 0.35% 0.82% -
XYZ 39.31 45.33 66.35 -
YUV 174.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 136 187 208 0.35 0.10 0 0.18 197.5 0.43 0.67
Hex 88 BB D0 23 A 0 12 C6 2B 43
Octal 210 273 320 43 12 0 22 306 53 103
Binary 10001000 10111011 11010000 100011 1010 0 10010 11000110 101011 1000011

Color Harmonies of #88BBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BBD0

Black with #88BBD0

Text Example


Text Example

White with #88BBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,187,208); }

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

background-color css

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

 a { background-color: rgb(136,187,208); }

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

border-color css

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

 span { border-color: rgb(136,187,208); }

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