Html Css Color HEX #75CDEB Spray

📋 copy color: '#75CDEB'

red 117 ◦ green 205 ◦ blue 235

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

Shades of Spray #75CDEB

Tints of Spray #75CDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.19%

R = 21.01%
G = 36.8%
B = 42.19%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#75CDEB (or 0x75CDEB) is known color: Spray. HEX triplet: 75, CD and EB. RGB value is (117,205,235). Sum of RGB (Red+Green+Blue) = 117+205+235=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #75CDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CDEB is #8A3214. Grayscale: #B5B5B5. Windows color (decimal): -9056789 or 15453557. OLE color: 15453557.

HSL color Cylindrical-coordinate representation of color #75CDEB: hue angle of 195.25º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75CDEB is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 205 235 -
CMYK 0.50 0.13 0 0.08
HSL 195.25º 0.75% 0.69% -
HSV(B) 195.25º 0.5% 0.92% -
XYZ 44.16 53.44 86.59 -
YUV 182.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 117 205 235 0.50 0.13 0 0.08 195.25 0.75 0.69
Hex 75 CD EB 32 D 0 8 C3 4B 45
Octal 165 315 353 62 15 0 10 303 113 105
Binary 1110101 11001101 11101011 110010 1101 0 1000 11000011 1001011 1000101

Color Harmonies of #75CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDEB

Black with #75CDEB

Text Example


Text Example

White with #75CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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