#1CDEFF

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

Shades of Deep Sky Blue #1CDEFF

Tints of Deep Sky Blue #1CDEFF

Color information

#1CDEFF (or 0x1CDEFF) is unknown color: approx Deep Sky Blue. HEX triplet: 1C, DE and FF. RGB value is (28,222,255). Sum of RGB (Red+Green+Blue) = 28+222+255=505 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.54% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CDEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDEFF is #E32100. Grayscale: #A7A7A7. Windows color (decimal): -14885121 or 16768540. OLE color: 16768540.

HSL color Cylindrical-coordinate representation of color #1CDEFF: hue angle of 188.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CDEFF is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB28222255-
CMYK0.890.1300
HSL188.72º100%55.49%-
HSV(B)188.72º89.02%100%-
XYZ44.6559.71103.78-
YUV167.76177.2328.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.54%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 255 (100% from 255) = 50.50%
R=5.54%
G=43.96%
B=50.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal282222550.890.1300188.7210055.49
Hex1CDEFF59D00bd6437
Octal34336377131150027514467
Binary1110011011110111111111011001110100101111011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CDEFF; }

 p { color: rgb(28,222,255); }

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

<style>
 a { background-color: #1CDEFF; }

 a { background-color: rgb(28,222,255); }

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

<style>
 span { border-color: #1CDEFF; }

 span { border-color: rgb(28,222,255); }

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