Html Css Color HEX #75A8CA Seagull

📋 copy color: '#75A8CA'

red 117 ◦ green 168 ◦ blue 202

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

Shades of Seagull #75A8CA

Tints of Seagull #75A8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 24.02%
G = 34.5%
B = 41.48%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#75A8CA (or 0x75A8CA) is known color: Seagull. HEX triplet: 75, A8 and CA. RGB value is (117,168,202). Sum of RGB (Red+Green+Blue) = 117+168+202=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #75A8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8CA is #8A5735. Grayscale: #9C9C9C. Windows color (decimal): -9066294 or 13281397. OLE color: 13281397.

HSL color Cylindrical-coordinate representation of color #75A8CA: hue angle of 204º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75A8CA is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 168 202 -
CMYK 0.42 0.17 0 0.21
HSL 204º 0.45% 0.63% -
HSV(B) 204º 0.42% 0.79% -
XYZ 32 36.05 61.15 -
YUV 156.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 117 168 202 0.42 0.17 0 0.21 204 0.45 0.63
Hex 75 A8 CA 2A 11 0 15 CC 2D 3F
Octal 165 250 312 52 21 0 25 314 55 77
Binary 1110101 10101000 11001010 101010 10001 0 10101 11001100 101101 111111

Color Harmonies of #75A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8CA

Black with #75A8CA

Text Example


Text Example

White with #75A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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