Html Css Color HEX #75CADE Spray

📋 copy color: '#75CADE'

red 117 ◦ green 202 ◦ blue 222

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

Shades of Spray #75CADE

Tints of Spray #75CADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.34%

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 21.63%
G = 37.34%
B = 41.04%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75CADE (or 0x75CADE) is known color: Spray. HEX triplet: 75, CA and DE. RGB value is (117,202,222). Sum of RGB (Red+Green+Blue) = 117+202+222=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #75CADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CADE is #8A3521. Grayscale: #B2B2B2. Windows color (decimal): -9057570 or 14600821. OLE color: 14600821.

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

Color convert

RGB 117 202 222 -
CMYK 0.47 0.09 0 0.13
HSL 191.43º 0.61% 0.66% -
HSV(B) 191.43º 0.47% 0.87% -
XYZ 41.64 51.3 76.81 -
YUV 178.87 152.34 83.87 -
System Red Green Blue C M Y K H S L
Decimal 117 202 222 0.47 0.09 0 0.13 191.43 0.61 0.66
Hex 75 CA DE 2F 9 0 D BF 3D 42
Octal 165 312 336 57 11 0 15 277 75 102
Binary 1110101 11001010 11011110 101111 1001 0 1101 10111111 111101 1000010

Color Harmonies of #75CADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CADE

Black with #75CADE

Text Example


Text Example

White with #75CADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,202,222); }

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

background-color css

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

 a { background-color: rgb(117,202,222); }

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

border-color css

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

 span { border-color: rgb(117,202,222); }

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