Html Css Color HEX #75BADD Seagull

📋 copy color: '#75BADD'

red 117 ◦ green 186 ◦ blue 221

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

Shades of Seagull #75BADD

Tints of Seagull #75BADD

RGB

 RED value IS 117 (46.09% from 255) = 22.33%

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 22.33%
G = 35.5%
B = 42.18%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75BADD (or 0x75BADD) is known color: Seagull. HEX triplet: 75, BA and DD. RGB value is (117,186,221). Sum of RGB (Red+Green+Blue) = 117+186+221=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #75BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BADD is #8A4522. Grayscale: #A9A9A9. Windows color (decimal): -9061667 or 14531189. OLE color: 14531189.

HSL color Cylindrical-coordinate representation of color #75BADD: hue angle of 200.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75BADD is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 186 221 -
CMYK 0.47 0.16 0 0.13
HSL 200.19º 0.6% 0.66% -
HSV(B) 200.19º 0.47% 0.87% -
XYZ 37.95 44.12 74.92 -
YUV 169.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 117 186 221 0.47 0.16 0 0.13 200.19 0.6 0.66
Hex 75 BA DD 2F 10 0 D C8 3C 42
Octal 165 272 335 57 20 0 15 310 74 102
Binary 1110101 10111010 11011101 101111 10000 0 1101 11001000 111100 1000010

Color Harmonies of #75BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BADD

Black with #75BADD

Text Example


Text Example

White with #75BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75BADD; }

 p { color: rgb(117,186,221); }

 H1.HeaderClassName
 {
   color: #75BADD;
 }
 .AnyTagClassName
 {
   color: #75BADD;
 }
</style>

background-color css

<style>
 a { background-color: #75BADD; }

 a { background-color: rgb(117,186,221); }

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

border-color css

<style>
 span { border-color: #75BADD; }

 span { border-color: rgb(117,186,221); }

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