Html Css Color HEX #75CAE7 Spray

📋 copy color: '#75CAE7'

red 117 ◦ green 202 ◦ blue 231

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

Shades of Spray #75CAE7

Tints of Spray #75CAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42%

R = 21.27%
G = 36.73%
B = 42%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#75CAE7 (or 0x75CAE7) is known color: Spray. HEX triplet: 75, CA and E7. RGB value is (117,202,231). Sum of RGB (Red+Green+Blue) = 117+202+231=550 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.27% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #75CAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CAE7 is #8A3518. Grayscale: #B3B3B3. Windows color (decimal): -9057561 or 15190645. OLE color: 15190645.

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

Color convert

RGB 117 202 231 -
CMYK 0.49 0.13 0 0.09
HSL 195.26º 0.7% 0.68% -
HSV(B) 195.26º 0.49% 0.91% -
XYZ 42.88 51.79 83.34 -
YUV 179.89 156.84 83.14 -
System Red Green Blue C M Y K H S L
Decimal 117 202 231 0.49 0.13 0 0.09 195.26 0.7 0.68
Hex 75 CA E7 31 D 0 9 C3 46 44
Octal 165 312 347 61 15 0 11 303 106 104
Binary 1110101 11001010 11100111 110001 1101 0 1001 11000011 1000110 1000100

Color Harmonies of #75CAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CAE7

Black with #75CAE7

Text Example


Text Example

White with #75CAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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