Html Css Color HEX #75B5DD Seagull

📋 copy color: '#75B5DD'

red 117 ◦ green 181 ◦ blue 221

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

Shades of Seagull #75B5DD

Tints of Seagull #75B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.87%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 22.54%
G = 34.87%
B = 42.58%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75B5DD (or 0x75B5DD) is known color: Seagull. HEX triplet: 75, B5 and DD. RGB value is (117,181,221). Sum of RGB (Red+Green+Blue) = 117+181+221=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #75B5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B5DD is #8A4A22. Grayscale: #A6A6A6. Windows color (decimal): -9062947 or 14529909. OLE color: 14529909.

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

Color convert

RGB 117 181 221 -
CMYK 0.47 0.18 0 0.13
HSL 203.08º 0.6% 0.66% -
HSV(B) 203.08º 0.47% 0.87% -
XYZ 36.91 42.05 74.58 -
YUV 166.42 158.8 92.75 -
System Red Green Blue C M Y K H S L
Decimal 117 181 221 0.47 0.18 0 0.13 203.08 0.6 0.66
Hex 75 B5 DD 2F 12 0 D CB 3C 42
Octal 165 265 335 57 22 0 15 313 74 102
Binary 1110101 10110101 11011101 101111 10010 0 1101 11001011 111100 1000010

Color Harmonies of #75B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B5DD

Black with #75B5DD

Text Example


Text Example

White with #75B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,181,221); }

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

background-color css

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

 a { background-color: rgb(117,181,221); }

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

border-color css

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

 span { border-color: rgb(117,181,221); }

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