Html Css Color HEX #75BECE Seagull

📋 copy color: '#75BECE'

red 117 ◦ green 190 ◦ blue 206

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

Shades of Seagull #75BECE

Tints of Seagull #75BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.04%

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

R = 22.81%
G = 37.04%
B = 40.16%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75BECE (or 0x75BECE) is known color: Seagull. HEX triplet: 75, BE and CE. RGB value is (117,190,206). Sum of RGB (Red+Green+Blue) = 117+190+206=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #75BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BECE is #8A4131. Grayscale: #A9A9A9. Windows color (decimal): -9060658 or 13549173. OLE color: 13549173.

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

Color convert

RGB 117 190 206 -
CMYK 0.43 0.08 0 0.19
HSL 190.79º 0.48% 0.63% -
HSV(B) 190.79º 0.43% 0.81% -
XYZ 36.89 45.07 65.15 -
YUV 170 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 117 190 206 0.43 0.08 0 0.19 190.79 0.48 0.63
Hex 75 BE CE 2B 8 0 13 BF 30 3F
Octal 165 276 316 53 10 0 23 277 60 77
Binary 1110101 10111110 11001110 101011 1000 0 10011 10111111 110000 111111

Color Harmonies of #75BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BECE

Black with #75BECE

Text Example


Text Example

White with #75BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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