Html Css Color HEX #75B7D6 Seagull

📋 copy color: '#75B7D6'

red 117 ◦ green 183 ◦ blue 214

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

Shades of Seagull #75B7D6

Tints of Seagull #75B7D6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.6%

 BLUE value IS 214 (83.98% from 255) = 41.63%

R = 22.76%
G = 35.6%
B = 41.63%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#75B7D6 (or 0x75B7D6) is known color: Seagull. HEX triplet: 75, B7 and D6. RGB value is (117,183,214). Sum of RGB (Red+Green+Blue) = 117+183+214=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #75B7D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B7D6 is #8A4829. Grayscale: #A6A6A6. Windows color (decimal): -9062442 or 14071669. OLE color: 14071669.

HSL color Cylindrical-coordinate representation of color #75B7D6: hue angle of 199.18º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75B7D6 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 183 214 -
CMYK 0.45 0.14 0 0.16
HSL 199.18º 0.54% 0.65% -
HSV(B) 199.18º 0.45% 0.84% -
XYZ 36.41 42.5 69.9 -
YUV 166.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 117 183 214 0.45 0.14 0 0.16 199.18 0.54 0.65
Hex 75 B7 D6 2D E 0 10 C7 36 41
Octal 165 267 326 55 16 0 20 307 66 101
Binary 1110101 10110111 11010110 101101 1110 0 10000 11000111 110110 1000001

Color Harmonies of #75B7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B7D6

Black with #75B7D6

Text Example


Text Example

White with #75B7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,183,214); }

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

background-color css

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

 a { background-color: rgb(117,183,214); }

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

border-color css

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

 span { border-color: rgb(117,183,214); }

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