Html Css Color HEX #75BCDA Seagull

📋 copy color: '#75BCDA'

red 117 ◦ green 188 ◦ blue 218

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

Shades of Seagull #75BCDA

Tints of Seagull #75BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 22.37%
G = 35.95%
B = 41.68%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#75BCDA (or 0x75BCDA) is known color: Seagull. HEX triplet: 75, BC and DA. RGB value is (117,188,218). Sum of RGB (Red+Green+Blue) = 117+188+218=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #75BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCDA is #8A4325. Grayscale: #A9A9A9. Windows color (decimal): -9061158 or 14335093. OLE color: 14335093.

HSL color Cylindrical-coordinate representation of color #75BCDA: hue angle of 197.82º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75BCDA is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 188 218 -
CMYK 0.46 0.14 0 0.15
HSL 197.82º 0.58% 0.66% -
HSV(B) 197.82º 0.46% 0.85% -
XYZ 37.97 44.81 72.98 -
YUV 170.19 154.98 90.06 -
System Red Green Blue C M Y K H S L
Decimal 117 188 218 0.46 0.14 0 0.15 197.82 0.58 0.66
Hex 75 BC DA 2E E 0 F C6 3A 42
Octal 165 274 332 56 16 0 17 306 72 102
Binary 1110101 10111100 11011010 101110 1110 0 1111 11000110 111010 1000010

Color Harmonies of #75BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCDA

Black with #75BCDA

Text Example


Text Example

White with #75BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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