Html Css Color HEX #75CDE1 Spray

📋 copy color: '#75CDE1'

red 117 ◦ green 205 ◦ blue 225

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

Shades of Spray #75CDE1

Tints of Spray #75CDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.48%

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 21.39%
G = 37.48%
B = 41.13%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#75CDE1 (or 0x75CDE1) is known color: Spray. HEX triplet: 75, CD and E1. RGB value is (117,205,225). Sum of RGB (Red+Green+Blue) = 117+205+225=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #75CDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDE1 is #8A321E. Grayscale: #B4B4B4. Windows color (decimal): -9056799 or 14798197. OLE color: 14798197.

HSL color Cylindrical-coordinate representation of color #75CDE1: hue angle of 191.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75CDE1 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 205 225 -
CMYK 0.48 0.09 0 0.12
HSL 191.11º 0.64% 0.67% -
HSV(B) 191.11º 0.48% 0.88% -
XYZ 42.76 52.88 79.19 -
YUV 180.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 117 205 225 0.48 0.09 0 0.12 191.11 0.64 0.67
Hex 75 CD E1 30 9 0 C BF 40 43
Octal 165 315 341 60 11 0 14 277 100 103
Binary 1110101 11001101 11100001 110000 1001 0 1100 10111111 1000000 1000011

Color Harmonies of #75CDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDE1

Black with #75CDE1

Text Example


Text Example

White with #75CDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,205,225); }

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

background-color css

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

 a { background-color: rgb(117,205,225); }

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

border-color css

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

 span { border-color: rgb(117,205,225); }

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