Html Css Color HEX #75BCDD Seagull

📋 copy color: '#75BCDD'

red 117 ◦ green 188 ◦ blue 221

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

Shades of Seagull #75BCDD

Tints of Seagull #75BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

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

R = 22.24%
G = 35.74%
B = 42.02%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75BCDD (or 0x75BCDD) is known color: Seagull. HEX triplet: 75, BC and DD. RGB value is (117,188,221). Sum of RGB (Red+Green+Blue) = 117+188+221=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #75BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCDD is #8A4322. Grayscale: #AAAAAA. Windows color (decimal): -9061155 or 14531701. OLE color: 14531701.

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

Color convert

RGB 117 188 221 -
CMYK 0.47 0.15 0 0.13
HSL 199.04º 0.6% 0.66% -
HSV(B) 199.04º 0.47% 0.87% -
XYZ 38.37 44.97 75.06 -
YUV 170.53 156.48 89.82 -
System Red Green Blue C M Y K H S L
Decimal 117 188 221 0.47 0.15 0 0.13 199.04 0.6 0.66
Hex 75 BC DD 2F F 0 D C7 3C 42
Octal 165 274 335 57 17 0 15 307 74 102
Binary 1110101 10111100 11011101 101111 1111 0 1101 11000111 111100 1000010

Color Harmonies of #75BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCDD

Black with #75BCDD

Text Example


Text Example

White with #75BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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