Html Css Color HEX #75A8CE Seagull

📋 copy color: '#75A8CE'

red 117 ◦ green 168 ◦ blue 206

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

Shades of Seagull #75A8CE

Tints of Seagull #75A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 23.83%
G = 34.22%
B = 41.96%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75A8CE (or 0x75A8CE) is known color: Seagull. HEX triplet: 75, A8 and CE. RGB value is (117,168,206). Sum of RGB (Red+Green+Blue) = 117+168+206=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #75A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8CE is #8A5731. Grayscale: #9C9C9C. Windows color (decimal): -9066290 or 13543541. OLE color: 13543541.

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

Color convert

RGB 117 168 206 -
CMYK 0.43 0.18 0 0.19
HSL 205.62º 0.48% 0.63% -
HSV(B) 205.62º 0.43% 0.81% -
XYZ 32.48 36.24 63.68 -
YUV 157.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 117 168 206 0.43 0.18 0 0.19 205.62 0.48 0.63
Hex 75 A8 CE 2B 12 0 13 CE 30 3F
Octal 165 250 316 53 22 0 23 316 60 77
Binary 1110101 10101000 11001110 101011 10010 0 10011 11001110 110000 111111

Color Harmonies of #75A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8CE

Black with #75A8CE

Text Example


Text Example

White with #75A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,206); }

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

background-color css

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

 a { background-color: rgb(117,168,206); }

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

border-color css

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

 span { border-color: rgb(117,168,206); }

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