Html Css Color HEX #75C5DB Spray

📋 copy color: '#75C5DB'

red 117 ◦ green 197 ◦ blue 219

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

Shades of Spray #75C5DB

Tints of Spray #75C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.96%

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

R = 21.95%
G = 36.96%
B = 41.09%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75C5DB (or 0x75C5DB) is known color: Spray. HEX triplet: 75, C5 and DB. RGB value is (117,197,219). Sum of RGB (Red+Green+Blue) = 117+197+219=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #75C5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C5DB is #8A3A24. Grayscale: #AFAFAF. Windows color (decimal): -9058853 or 14402933. OLE color: 14402933.

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

Color convert

RGB 117 197 219 -
CMYK 0.47 0.10 0 0.14
HSL 192.94º 0.59% 0.66% -
HSV(B) 192.94º 0.47% 0.86% -
XYZ 40.09 48.83 74.33 -
YUV 175.59 152.5 86.21 -
System Red Green Blue C M Y K H S L
Decimal 117 197 219 0.47 0.10 0 0.14 192.94 0.59 0.66
Hex 75 C5 DB 2F A 0 E C1 3B 42
Octal 165 305 333 57 12 0 16 301 73 102
Binary 1110101 11000101 11011011 101111 1010 0 1110 11000001 111011 1000010

Color Harmonies of #75C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C5DB

Black with #75C5DB

Text Example


Text Example

White with #75C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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