Html Css Color HEX #75BAC8 Seagull

📋 copy color: '#75BAC8'

red 117 ◦ green 186 ◦ blue 200

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

Shades of Seagull #75BAC8

Tints of Seagull #75BAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 23.26%
G = 36.98%
B = 39.76%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#75BAC8 (or 0x75BAC8) is known color: Seagull. HEX triplet: 75, BA and C8. RGB value is (117,186,200). Sum of RGB (Red+Green+Blue) = 117+186+200=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #75BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BAC8 is #8A4537. Grayscale: #A6A6A6. Windows color (decimal): -9061688 or 13154933. OLE color: 13154933.

HSL color Cylindrical-coordinate representation of color #75BAC8: hue angle of 190.12º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75BAC8 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 186 200 -
CMYK 0.42 0.07 0 0.22
HSL 190.12º 0.43% 0.62% -
HSV(B) 190.12º 0.42% 0.78% -
XYZ 35.32 43.07 61.1 -
YUV 166.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 117 186 200 0.42 0.07 0 0.22 190.12 0.43 0.62
Hex 75 BA C8 2A 7 0 16 BE 2B 3E
Octal 165 272 310 52 7 0 26 276 53 76
Binary 1110101 10111010 11001000 101010 111 0 10110 10111110 101011 111110

Color Harmonies of #75BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAC8

Black with #75BAC8

Text Example


Text Example

White with #75BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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