Html Css Color HEX #75BCCB Seagull

📋 copy color: '#75BCCB'

red 117 ◦ green 188 ◦ blue 203

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

Shades of Seagull #75BCCB

Tints of Seagull #75BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.01%

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

R = 23.03%
G = 37.01%
B = 39.96%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#75BCCB (or 0x75BCCB) is known color: Seagull. HEX triplet: 75, BC and CB. RGB value is (117,188,203). Sum of RGB (Red+Green+Blue) = 117+188+203=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #75BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCCB is #8A4334. Grayscale: #A8A8A8. Windows color (decimal): -9061173 or 13352053. OLE color: 13352053.

HSL color Cylindrical-coordinate representation of color #75BCCB: hue angle of 190.47º 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 #75BCCB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 188 203 -
CMYK 0.42 0.07 0 0.20
HSL 190.47º 0.45% 0.63% -
HSV(B) 190.47º 0.42% 0.8% -
XYZ 36.1 44.06 63.1 -
YUV 168.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 117 188 203 0.42 0.07 0 0.20 190.47 0.45 0.63
Hex 75 BC CB 2A 7 0 14 BE 2D 3F
Octal 165 274 313 52 7 0 24 276 55 77
Binary 1110101 10111100 11001011 101010 111 0 10100 10111110 101101 111111

Color Harmonies of #75BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCCB

Black with #75BCCB

Text Example


Text Example

White with #75BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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