Html Css Color HEX #88BADA Seagull

📋 copy color: '#88BADA'

red 136 ◦ green 186 ◦ blue 218

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

Shades of Seagull #88BADA

Tints of Seagull #88BADA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.44%

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

R = 25.19%
G = 34.44%
B = 40.37%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#88BADA (or 0x88BADA) is known color: Seagull. HEX triplet: 88, BA and DA. RGB value is (136,186,218). Sum of RGB (Red+Green+Blue) = 136+186+218=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #88BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BADA is #774525. Grayscale: #AEAEAE. Windows color (decimal): -7816486 or 14334600. OLE color: 14334600.

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

Color convert

RGB 136 186 218 -
CMYK 0.38 0.15 0 0.15
HSL 203.41º 0.53% 0.69% -
HSV(B) 203.41º 0.38% 0.85% -
XYZ 40.37 45.41 72.97 -
YUV 174.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 136 186 218 0.38 0.15 0 0.15 203.41 0.53 0.69
Hex 88 BA DA 26 F 0 F CB 35 45
Octal 210 272 332 46 17 0 17 313 65 105
Binary 10001000 10111010 11011010 100110 1111 0 1111 11001011 110101 1000101

Color Harmonies of #88BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BADA

Black with #88BADA

Text Example


Text Example

White with #88BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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