Html Css Color HEX #75CAE8 Spray

📋 copy color: '#75CAE8'

red 117 ◦ green 202 ◦ blue 232

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

Shades of Spray #75CAE8

Tints of Spray #75CAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.11%

R = 21.23%
G = 36.66%
B = 42.11%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#75CAE8 (or 0x75CAE8) is known color: Spray. HEX triplet: 75, CA and E8. RGB value is (117,202,232). Sum of RGB (Red+Green+Blue) = 117+202+232=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #75CAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CAE8 is #8A3517. Grayscale: #B3B3B3. Windows color (decimal): -9057560 or 15256181. OLE color: 15256181.

HSL color Cylindrical-coordinate representation of color #75CAE8: hue angle of 195.65º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75CAE8 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 202 232 -
CMYK 0.50 0.13 0 0.09
HSL 195.65º 0.71% 0.68% -
HSV(B) 195.65º 0.5% 0.91% -
XYZ 43.02 51.85 84.08 -
YUV 180.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 117 202 232 0.50 0.13 0 0.09 195.65 0.71 0.68
Hex 75 CA E8 32 D 0 9 C4 47 44
Octal 165 312 350 62 15 0 11 304 107 104
Binary 1110101 11001010 11101000 110010 1101 0 1001 11000100 1000111 1000100

Color Harmonies of #75CAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CAE8

Black with #75CAE8

Text Example


Text Example

White with #75CAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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