Html Css Color HEX #75B5CE Seagull

📋 copy color: '#75B5CE'

red 117 ◦ green 181 ◦ blue 206

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

Shades of Seagull #75B5CE

Tints of Seagull #75B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.91%

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

R = 23.21%
G = 35.91%
B = 40.87%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75B5CE (or 0x75B5CE) is known color: Seagull. HEX triplet: 75, B5 and CE. RGB value is (117,181,206). Sum of RGB (Red+Green+Blue) = 117+181+206=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #75B5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B5CE is #8A4A31. Grayscale: #A4A4A4. Windows color (decimal): -9062962 or 13546869. OLE color: 13546869.

HSL color Cylindrical-coordinate representation of color #75B5CE: hue angle of 196.85º 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 #75B5CE is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 181 206 -
CMYK 0.43 0.12 0 0.19
HSL 196.85º 0.48% 0.63% -
HSV(B) 196.85º 0.43% 0.81% -
XYZ 35 41.29 64.52 -
YUV 164.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 117 181 206 0.43 0.12 0 0.19 196.85 0.48 0.63
Hex 75 B5 CE 2B C 0 13 C5 30 3F
Octal 165 265 316 53 14 0 23 305 60 77
Binary 1110101 10110101 11001110 101011 1100 0 10011 11000101 110000 111111

Color Harmonies of #75B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B5CE

Black with #75B5CE

Text Example


Text Example

White with #75B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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