Html Css Color HEX #88BFD2 Seagull

📋 copy color: '#88BFD2'

red 136 ◦ green 191 ◦ blue 210

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

Shades of Seagull #88BFD2

Tints of Seagull #88BFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.11%

R = 25.33%
G = 35.57%
B = 39.11%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#88BFD2 (or 0x88BFD2) is known color: Seagull. HEX triplet: 88, BF and D2. RGB value is (136,191,210). Sum of RGB (Red+Green+Blue) = 136+191+210=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #88BFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFD2 is #77402D. Grayscale: #B0B0B0. Windows color (decimal): -7815214 or 13811592. OLE color: 13811592.

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

Color convert

RGB 136 191 210 -
CMYK 0.35 0.09 0 0.18
HSL 195.41º 0.45% 0.68% -
HSV(B) 195.41º 0.35% 0.82% -
XYZ 40.42 47.15 67.94 -
YUV 176.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 136 191 210 0.35 0.09 0 0.18 195.41 0.45 0.68
Hex 88 BF D2 23 9 0 12 C3 2D 44
Octal 210 277 322 43 11 0 22 303 55 104
Binary 10001000 10111111 11010010 100011 1001 0 10010 11000011 101101 1000100

Color Harmonies of #88BFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BFD2

Black with #88BFD2

Text Example


Text Example

White with #88BFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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