Html Css Color HEX #88BFDA Seagull

📋 copy color: '#88BFDA'

red 136 ◦ green 191 ◦ blue 218

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

Shades of Seagull #88BFDA

Tints of Seagull #88BFDA

RGB

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

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

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

R = 24.95%
G = 35.05%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#88BFDA (or 0x88BFDA) is known color: Seagull. HEX triplet: 88, BF and DA. RGB value is (136,191,218). Sum of RGB (Red+Green+Blue) = 136+191+218=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #88BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFDA is #774025. Grayscale: #B1B1B1. Windows color (decimal): -7815206 or 14335880. OLE color: 14335880.

HSL color Cylindrical-coordinate representation of color #88BFDA: hue angle of 199.76º 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 #88BFDA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 191 218 -
CMYK 0.38 0.12 0 0.15
HSL 199.76º 0.53% 0.69% -
HSV(B) 199.76º 0.38% 0.85% -
XYZ 41.44 47.56 73.33 -
YUV 177.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 136 191 218 0.38 0.12 0 0.15 199.76 0.53 0.69
Hex 88 BF DA 26 C 0 F C8 35 45
Octal 210 277 332 46 14 0 17 310 65 105
Binary 10001000 10111111 11011010 100110 1100 0 1111 11001000 110101 1000101

Color Harmonies of #88BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BFDA

Black with #88BFDA

Text Example


Text Example

White with #88BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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