Html Css Color HEX #75BADC Seagull

📋 copy color: '#75BADC'

red 117 ◦ green 186 ◦ blue 220

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

Shades of Seagull #75BADC

Tints of Seagull #75BADC

RGB

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

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

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

R = 22.37%
G = 35.56%
B = 42.07%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75BADC (or 0x75BADC) is known color: Seagull. HEX triplet: 75, BA and DC. RGB value is (117,186,220). Sum of RGB (Red+Green+Blue) = 117+186+220=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #75BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BADC is #8A4523. Grayscale: #A9A9A9. Windows color (decimal): -9061668 or 14465653. OLE color: 14465653.

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

Color convert

RGB 117 186 220 -
CMYK 0.47 0.15 0 0.14
HSL 199.81º 0.6% 0.66% -
HSV(B) 199.81º 0.47% 0.86% -
XYZ 37.81 44.07 74.22 -
YUV 169.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 117 186 220 0.47 0.15 0 0.14 199.81 0.6 0.66
Hex 75 BA DC 2F F 0 E C8 3C 42
Octal 165 272 334 57 17 0 16 310 74 102
Binary 1110101 10111010 11011100 101111 1111 0 1110 11001000 111100 1000010

Color Harmonies of #75BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BADC

Black with #75BADC

Text Example


Text Example

White with #75BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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