#1CB7F7

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

Shades of Deep Sky Blue #1CB7F7

Tints of Deep Sky Blue #1CB7F7

Color information

#1CB7F7 (or 0x1CB7F7) is unknown color: approx Deep Sky Blue. HEX triplet: 1C, B7 and F7. RGB value is (28,183,247). Sum of RGB (Red+Green+Blue) = 28+183+247=458 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.11% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #1CB7F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB7F7 is #E34808. Grayscale: #8F8F8F. Windows color (decimal): -14895113 or 16234268. OLE color: 16234268.

HSL color Cylindrical-coordinate representation of color #1CB7F7: hue angle of 197.53º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CB7F7 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB28183247-
CMYK0.890.2600.03
HSL197.53º93.19%53.92%-
HSV(B)197.53º88.66%96.86%-
XYZ34.240.8394.07-
YUV143.95186.1545.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.11%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 247 (96.88% from 255) = 53.93%
R=6.11%
G=39.96%
B=53.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal281832470.890.2600.03197.5393.1953.92
Hex1CB7F7591A03c65d36
Octal34267367131320330613566
Binary111001011011111110111101100111010011110001101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,183,247); }

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

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

 a { background-color: rgb(28,183,247); }

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

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

 span { border-color: rgb(28,183,247); }

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