Html Css Color HEX #75BFDC Seagull

📋 copy color: '#75BFDC'

red 117 ◦ green 191 ◦ blue 220

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

Shades of Seagull #75BFDC

Tints of Seagull #75BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 22.16%
G = 36.17%
B = 41.67%

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

#75BFDC (or 0x75BFDC) is known color: Seagull. HEX triplet: 75, BF and DC. RGB value is (117,191,220). Sum of RGB (Red+Green+Blue) = 117+191+220=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #75BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFDC is #8A4023. Grayscale: #ABABAB. Windows color (decimal): -9060388 or 14466933. OLE color: 14466933.

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

Color convert

RGB 117 191 220 -
CMYK 0.47 0.13 0 0.14
HSL 196.89º 0.6% 0.66% -
HSV(B) 196.89º 0.47% 0.86% -
XYZ 38.89 46.21 74.58 -
YUV 172.18 154.98 88.64 -
System Red Green Blue C M Y K H S L
Decimal 117 191 220 0.47 0.13 0 0.14 196.89 0.6 0.66
Hex 75 BF DC 2F D 0 E C5 3C 42
Octal 165 277 334 57 15 0 16 305 74 102
Binary 1110101 10111111 11011100 101111 1101 0 1110 11000101 111100 1000010

Color Harmonies of #75BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BFDC

Black with #75BFDC

Text Example


Text Example

White with #75BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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