Html Css Color HEX #75BBDA Seagull

📋 copy color: '#75BBDA'

red 117 ◦ green 187 ◦ blue 218

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

Shades of Seagull #75BBDA

Tints of Seagull #75BBDA

RGB

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

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

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

R = 22.41%
G = 35.82%
B = 41.76%

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

#75BBDA (or 0x75BBDA) is known color: Seagull. HEX triplet: 75, BB and DA. RGB value is (117,187,218). Sum of RGB (Red+Green+Blue) = 117+187+218=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #75BBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBDA is #8A4425. Grayscale: #A9A9A9. Windows color (decimal): -9061414 or 14334837. OLE color: 14334837.

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

Color convert

RGB 117 187 218 -
CMYK 0.46 0.14 0 0.15
HSL 198.42º 0.58% 0.66% -
HSV(B) 198.42º 0.46% 0.85% -
XYZ 37.76 44.38 72.91 -
YUV 169.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 117 187 218 0.46 0.14 0 0.15 198.42 0.58 0.66
Hex 75 BB DA 2E E 0 F C6 3A 42
Octal 165 273 332 56 16 0 17 306 72 102
Binary 1110101 10111011 11011010 101110 1110 0 1111 11000110 111010 1000010

Color Harmonies of #75BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BBDA

Black with #75BBDA

Text Example


Text Example

White with #75BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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