Html Css Color HEX #75CADA Spray

📋 copy color: '#75CADA'

red 117 ◦ green 202 ◦ blue 218

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

Shades of Spray #75CADA

Tints of Spray #75CADA

RGB

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

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

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

R = 21.79%
G = 37.62%
B = 40.6%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#75CADA (or 0x75CADA) is known color: Spray. HEX triplet: 75, CA and DA. RGB value is (117,202,218). Sum of RGB (Red+Green+Blue) = 117+202+218=537 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.79% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #75CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CADA is #8A3525. Grayscale: #B2B2B2. Windows color (decimal): -9057574 or 14338677. OLE color: 14338677.

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

Color convert

RGB 117 202 218 -
CMYK 0.46 0.07 0 0.15
HSL 189.5º 0.58% 0.66% -
HSV(B) 189.5º 0.46% 0.85% -
XYZ 41.11 51.08 74.02 -
YUV 178.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 117 202 218 0.46 0.07 0 0.15 189.5 0.58 0.66
Hex 75 CA DA 2E 7 0 F BE 3A 42
Octal 165 312 332 56 7 0 17 276 72 102
Binary 1110101 11001010 11011010 101110 111 0 1111 10111110 111010 1000010

Color Harmonies of #75CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CADA

Black with #75CADA

Text Example


Text Example

White with #75CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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