Html Css Color HEX #75BACF Seagull

📋 copy color: '#75BACF'

red 117 ◦ green 186 ◦ blue 207

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

Shades of Seagull #75BACF

Tints of Seagull #75BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 22.94%
G = 36.47%
B = 40.59%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75BACF (or 0x75BACF) is known color: Seagull. HEX triplet: 75, BA and CF. RGB value is (117,186,207). Sum of RGB (Red+Green+Blue) = 117+186+207=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #75BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BACF is #8A4530. Grayscale: #A7A7A7. Windows color (decimal): -9061681 or 13613685. OLE color: 13613685.

HSL color Cylindrical-coordinate representation of color #75BACF: hue angle of 194º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75BACF is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 186 207 -
CMYK 0.43 0.10 0 0.19
HSL 194º 0.48% 0.64% -
HSV(B) 194º 0.43% 0.81% -
XYZ 36.16 43.4 65.5 -
YUV 167.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 117 186 207 0.43 0.10 0 0.19 194 0.48 0.64
Hex 75 BA CF 2B A 0 13 C2 30 40
Octal 165 272 317 53 12 0 23 302 60 100
Binary 1110101 10111010 11001111 101011 1010 0 10011 11000010 110000 1000000

Color Harmonies of #75BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BACF

Black with #75BACF

Text Example


Text Example

White with #75BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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