#75CDED

Color #75CDED Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #75CDED

Tints of Sky Blue #75CDED

Color information

#75CDED (or 0x75CDED) is unknown color: approx Sky Blue. HEX triplet: 75, CD and ED. RGB value is (117,205,237). Sum of RGB (Red+Green+Blue) = 117+205+237=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #75CDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CDED is #8A3212. Grayscale: #B6B6B6. Windows color (decimal): -9056787 or 15584629. OLE color: 15584629.

HSL color Cylindrical-coordinate representation of color #75CDED: hue angle of 196º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75CDED is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117205237-
CMYK0.510.1400.07
HSL196º76.92%69.41%-
HSV(B)196º50.63%92.94%-
XYZ44.4553.5688.12-
YUV182.34158.8581.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.93%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=20.93%
G=36.67%
B=42.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172052370.510.1400.0719676.9269.41
Hex75CDED33E07c44d45
Octal165315355631607304115105
Binary11101011100110111101101110011111001111100010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75CDED;
 }
 .AnyTagClassName
 {
   color: #75CDED;
 }
</style>
background-color css

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

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

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

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

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

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