Html Css Color HEX #75CCE5 Spray

📋 copy color: '#75CCE5'

red 117 ◦ green 204 ◦ blue 229

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

Shades of Spray #75CCE5

Tints of Spray #75CCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.09%

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 21.27%
G = 37.09%
B = 41.64%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#75CCE5 (or 0x75CCE5) is known color: Spray. HEX triplet: 75, CC and E5. RGB value is (117,204,229). Sum of RGB (Red+Green+Blue) = 117+204+229=550 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.27% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #75CCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCE5 is #8A331A. Grayscale: #B4B4B4. Windows color (decimal): -9057051 or 15060085. OLE color: 15060085.

HSL color Cylindrical-coordinate representation of color #75CCE5: hue angle of 193.39º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75CCE5 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 204 229 -
CMYK 0.49 0.11 0 0.10
HSL 193.39º 0.68% 0.68% -
HSV(B) 193.39º 0.49% 0.9% -
XYZ 43.07 52.62 82.02 -
YUV 180.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 117 204 229 0.49 0.11 0 0.10 193.39 0.68 0.68
Hex 75 CC E5 31 B 0 A C1 44 44
Octal 165 314 345 61 13 0 12 301 104 104
Binary 1110101 11001100 11100101 110001 1011 0 1010 11000001 1000100 1000100

Color Harmonies of #75CCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CCE5

Black with #75CCE5

Text Example


Text Example

White with #75CCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,204,229); }

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

background-color css

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

 a { background-color: rgb(117,204,229); }

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

border-color css

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

 span { border-color: rgb(117,204,229); }

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