Html Css Color HEX #75BFDB Seagull

📋 copy color: '#75BFDB'

red 117 ◦ green 191 ◦ blue 219

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

Shades of Seagull #75BFDB

Tints of Seagull #75BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.24%

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 22.2%
G = 36.24%
B = 41.56%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75BFDB (or 0x75BFDB) is known color: Seagull. HEX triplet: 75, BF and DB. RGB value is (117,191,219). Sum of RGB (Red+Green+Blue) = 117+191+219=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #75BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFDB is #8A4024. Grayscale: #ABABAB. Windows color (decimal): -9060389 or 14401397. OLE color: 14401397.

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

Color convert

RGB 117 191 219 -
CMYK 0.47 0.13 0 0.14
HSL 196.47º 0.59% 0.66% -
HSV(B) 196.47º 0.47% 0.86% -
XYZ 38.75 46.16 73.88 -
YUV 172.07 154.48 88.72 -
System Red Green Blue C M Y K H S L
Decimal 117 191 219 0.47 0.13 0 0.14 196.47 0.59 0.66
Hex 75 BF DB 2F D 0 E C4 3B 42
Octal 165 277 333 57 15 0 16 304 73 102
Binary 1110101 10111111 11011011 101111 1101 0 1110 11000100 111011 1000010

Color Harmonies of #75BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BFDB

Black with #75BFDB

Text Example


Text Example

White with #75BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,191,219); }

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

background-color css

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

 a { background-color: rgb(117,191,219); }

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

border-color css

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

 span { border-color: rgb(117,191,219); }

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