Html Css Color HEX #75BAD6 Seagull

📋 copy color: '#75BAD6'

red 117 ◦ green 186 ◦ blue 214

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

Shades of Seagull #75BAD6

Tints of Seagull #75BAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.39%

R = 22.63%
G = 35.98%
B = 41.39%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#75BAD6 (or 0x75BAD6) is known color: Seagull. HEX triplet: 75, BA and D6. RGB value is (117,186,214). Sum of RGB (Red+Green+Blue) = 117+186+214=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #75BAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BAD6 is #8A4529. Grayscale: #A8A8A8. Windows color (decimal): -9061674 or 14072437. OLE color: 14072437.

HSL color Cylindrical-coordinate representation of color #75BAD6: hue angle of 197.32º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75BAD6 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 186 214 -
CMYK 0.45 0.13 0 0.16
HSL 197.32º 0.54% 0.65% -
HSV(B) 197.32º 0.45% 0.84% -
XYZ 37.03 43.75 70.11 -
YUV 168.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 117 186 214 0.45 0.13 0 0.16 197.32 0.54 0.65
Hex 75 BA D6 2D D 0 10 C5 36 41
Octal 165 272 326 55 15 0 20 305 66 101
Binary 1110101 10111010 11010110 101101 1101 0 10000 11000101 110110 1000001

Color Harmonies of #75BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAD6

Black with #75BAD6

Text Example


Text Example

White with #75BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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