Html Css Color HEX #88BCCF Seagull

📋 copy color: '#88BCCF'

red 136 ◦ green 188 ◦ blue 207

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

Shades of Seagull #88BCCF

Tints of Seagull #88BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.4%

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 25.61%
G = 35.4%
B = 38.98%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88BCCF (or 0x88BCCF) is known color: Seagull. HEX triplet: 88, BC and CF. RGB value is (136,188,207). Sum of RGB (Red+Green+Blue) = 136+188+207=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #88BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCCF is #774330. Grayscale: #AEAEAE. Windows color (decimal): -7815985 or 13614216. OLE color: 13614216.

HSL color Cylindrical-coordinate representation of color #88BCCF: hue angle of 196.06º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88BCCF is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 188 207 -
CMYK 0.34 0.09 0 0.19
HSL 196.06º 0.43% 0.67% -
HSV(B) 196.06º 0.34% 0.81% -
XYZ 39.4 45.71 65.78 -
YUV 174.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 136 188 207 0.34 0.09 0 0.19 196.06 0.43 0.67
Hex 88 BC CF 22 9 0 13 C4 2B 43
Octal 210 274 317 42 11 0 23 304 53 103
Binary 10001000 10111100 11001111 100010 1001 0 10011 11000100 101011 1000011

Color Harmonies of #88BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BCCF

Black with #88BCCF

Text Example


Text Example

White with #88BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,188,207); }

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

background-color css

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

 a { background-color: rgb(136,188,207); }

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

border-color css

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

 span { border-color: rgb(136,188,207); }

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