Html Css Color HEX #75B9DD Seagull

📋 copy color: '#75B9DD'

red 117 ◦ green 185 ◦ blue 221

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

Shades of Seagull #75B9DD

Tints of Seagull #75B9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

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

R = 22.37%
G = 35.37%
B = 42.26%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75B9DD (or 0x75B9DD) is known color: Seagull. HEX triplet: 75, B9 and DD. RGB value is (117,185,221). Sum of RGB (Red+Green+Blue) = 117+185+221=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #75B9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B9DD is #8A4622. Grayscale: #A8A8A8. Windows color (decimal): -9061923 or 14530933. OLE color: 14530933.

HSL color Cylindrical-coordinate representation of color #75B9DD: hue angle of 200.77º 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 #75B9DD is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 185 221 -
CMYK 0.47 0.16 0 0.13
HSL 200.77º 0.6% 0.66% -
HSV(B) 200.77º 0.47% 0.87% -
XYZ 37.74 43.7 74.85 -
YUV 168.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 117 185 221 0.47 0.16 0 0.13 200.77 0.6 0.66
Hex 75 B9 DD 2F 10 0 D C9 3C 42
Octal 165 271 335 57 20 0 15 311 74 102
Binary 1110101 10111001 11011101 101111 10000 0 1101 11001001 111100 1000010

Color Harmonies of #75B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B9DD

Black with #75B9DD

Text Example


Text Example

White with #75B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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