Html Css Color HEX #88BADC Seagull

📋 copy color: '#88BADC'

red 136 ◦ green 186 ◦ blue 220

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

Shades of Seagull #88BADC

Tints of Seagull #88BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 25.09%
G = 34.32%
B = 40.59%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88BADC (or 0x88BADC) is known color: Seagull. HEX triplet: 88, BA and DC. RGB value is (136,186,220). Sum of RGB (Red+Green+Blue) = 136+186+220=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #88BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BADC is #774523. Grayscale: #AEAEAE. Windows color (decimal): -7816484 or 14465672. OLE color: 14465672.

HSL color Cylindrical-coordinate representation of color #88BADC: hue angle of 204.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BADC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 186 220 -
CMYK 0.38 0.15 0 0.14
HSL 204.29º 0.55% 0.7% -
HSV(B) 204.29º 0.38% 0.86% -
XYZ 40.63 45.52 74.35 -
YUV 174.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 136 186 220 0.38 0.15 0 0.14 204.29 0.55 0.7
Hex 88 BA DC 26 F 0 E CC 37 46
Octal 210 272 334 46 17 0 16 314 67 106
Binary 10001000 10111010 11011100 100110 1111 0 1110 11001100 110111 1000110

Color Harmonies of #88BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BADC

Black with #88BADC

Text Example


Text Example

White with #88BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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