Html Css Color HEX #75BDD1 Seagull

📋 copy color: '#75BDD1'

red 117 ◦ green 189 ◦ blue 209

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

Shades of Seagull #75BDD1

Tints of Seagull #75BDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.7%

 BLUE value IS 209 (82.03% from 255) = 40.58%

R = 22.72%
G = 36.7%
B = 40.58%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#75BDD1 (or 0x75BDD1) is known color: Seagull. HEX triplet: 75, BD and D1. RGB value is (117,189,209). Sum of RGB (Red+Green+Blue) = 117+189+209=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #75BDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDD1 is #8A422E. Grayscale: #A9A9A9. Windows color (decimal): -9060911 or 13745525. OLE color: 13745525.

HSL color Cylindrical-coordinate representation of color #75BDD1: hue angle of 193.04º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75BDD1 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 189 209 -
CMYK 0.44 0.10 0 0.18
HSL 193.04º 0.5% 0.64% -
HSV(B) 193.04º 0.44% 0.82% -
XYZ 37.04 44.78 67.01 -
YUV 169.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 117 189 209 0.44 0.10 0 0.18 193.04 0.5 0.64
Hex 75 BD D1 2C A 0 12 C1 32 40
Octal 165 275 321 54 12 0 22 301 62 100
Binary 1110101 10111101 11010001 101100 1010 0 10010 11000001 110010 1000000

Color Harmonies of #75BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDD1

Black with #75BDD1

Text Example


Text Example

White with #75BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,189,209); }

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

background-color css

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

 a { background-color: rgb(117,189,209); }

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

border-color css

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

 span { border-color: rgb(117,189,209); }

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