Html Css Color HEX #75BBDB Seagull

📋 copy color: '#75BBDB'

red 117 ◦ green 187 ◦ blue 219

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

Shades of Seagull #75BBDB

Tints of Seagull #75BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.76%

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

R = 22.37%
G = 35.76%
B = 41.87%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75BBDB (or 0x75BBDB) is known color: Seagull. HEX triplet: 75, BB and DB. RGB value is (117,187,219). Sum of RGB (Red+Green+Blue) = 117+187+219=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #75BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBDB is #8A4424. Grayscale: #A9A9A9. Windows color (decimal): -9061413 or 14400373. OLE color: 14400373.

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

Color convert

RGB 117 187 219 -
CMYK 0.47 0.15 0 0.14
HSL 198.82º 0.59% 0.66% -
HSV(B) 198.82º 0.47% 0.86% -
XYZ 37.89 44.44 73.6 -
YUV 169.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 117 187 219 0.47 0.15 0 0.14 198.82 0.59 0.66
Hex 75 BB DB 2F F 0 E C7 3B 42
Octal 165 273 333 57 17 0 16 307 73 102
Binary 1110101 10111011 11011011 101111 1111 0 1110 11000111 111011 1000010

Color Harmonies of #75BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BBDB

Black with #75BBDB

Text Example


Text Example

White with #75BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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