Html Css Color HEX #75B3DB Seagull

📋 copy color: '#75B3DB'

red 117 ◦ green 179 ◦ blue 219

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

Shades of Seagull #75B3DB

Tints of Seagull #75B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.76%

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 22.72%
G = 34.76%
B = 42.52%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75B3DB (or 0x75B3DB) is known color: Seagull. HEX triplet: 75, B3 and DB. RGB value is (117,179,219). Sum of RGB (Red+Green+Blue) = 117+179+219=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #75B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B3DB is #8A4C24. Grayscale: #A4A4A4. Windows color (decimal): -9063461 or 14398325. OLE color: 14398325.

HSL color Cylindrical-coordinate representation of color #75B3DB: hue angle of 203.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75B3DB is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 179 219 -
CMYK 0.47 0.18 0 0.14
HSL 203.53º 0.59% 0.66% -
HSV(B) 203.53º 0.47% 0.86% -
XYZ 36.24 41.14 73.05 -
YUV 165.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 117 179 219 0.47 0.18 0 0.14 203.53 0.59 0.66
Hex 75 B3 DB 2F 12 0 E CC 3B 42
Octal 165 263 333 57 22 0 16 314 73 102
Binary 1110101 10110011 11011011 101111 10010 0 1110 11001100 111011 1000010

Color Harmonies of #75B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B3DB

Black with #75B3DB

Text Example


Text Example

White with #75B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,179,219); }

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

background-color css

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

 a { background-color: rgb(117,179,219); }

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

border-color css

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

 span { border-color: rgb(117,179,219); }

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