Html Css Color HEX #75B1CB Seagull

📋 copy color: '#75B1CB'

red 117 ◦ green 177 ◦ blue 203

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

Shades of Seagull #75B1CB

Tints of Seagull #75B1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.61%

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 23.54%
G = 35.61%
B = 40.85%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#75B1CB (or 0x75B1CB) is known color: Seagull. HEX triplet: 75, B1 and CB. RGB value is (117,177,203). Sum of RGB (Red+Green+Blue) = 117+177+203=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #75B1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1CB is #8A4E34. Grayscale: #A1A1A1. Windows color (decimal): -9063989 or 13349237. OLE color: 13349237.

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

Color convert

RGB 117 177 203 -
CMYK 0.42 0.13 0 0.20
HSL 198.14º 0.45% 0.63% -
HSV(B) 198.14º 0.42% 0.8% -
XYZ 33.84 39.54 62.35 -
YUV 162.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 117 177 203 0.42 0.13 0 0.20 198.14 0.45 0.63
Hex 75 B1 CB 2A D 0 14 C6 2D 3F
Octal 165 261 313 52 15 0 24 306 55 77
Binary 1110101 10110001 11001011 101010 1101 0 10100 11000110 101101 111111

Color Harmonies of #75B1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B1CB

Black with #75B1CB

Text Example


Text Example

White with #75B1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,177,203); }

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

background-color css

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

 a { background-color: rgb(117,177,203); }

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

border-color css

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

 span { border-color: rgb(117,177,203); }

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