Html Css Color HEX #75BCDE Seagull

📋 copy color: '#75BCDE'

red 117 ◦ green 188 ◦ blue 222

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

Shades of Seagull #75BCDE

Tints of Seagull #75BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 22.2%
G = 35.67%
B = 42.13%

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

#75BCDE (or 0x75BCDE) is known color: Seagull. HEX triplet: 75, BC and DE. RGB value is (117,188,222). Sum of RGB (Red+Green+Blue) = 117+188+222=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #75BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCDE is #8A4321. Grayscale: #AAAAAA. Windows color (decimal): -9061154 or 14597237. OLE color: 14597237.

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

Color convert

RGB 117 188 222 -
CMYK 0.47 0.15 0 0.13
HSL 199.43º 0.61% 0.66% -
HSV(B) 199.43º 0.47% 0.87% -
XYZ 38.5 45.02 75.77 -
YUV 170.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 117 188 222 0.47 0.15 0 0.13 199.43 0.61 0.66
Hex 75 BC DE 2F F 0 D C7 3D 42
Octal 165 274 336 57 17 0 15 307 75 102
Binary 1110101 10111100 11011110 101111 1111 0 1101 11000111 111101 1000010

Color Harmonies of #75BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCDE

Black with #75BCDE

Text Example


Text Example

White with #75BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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