#1CBAF1

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

Shades of Deep Sky Blue #1CBAF1

Tints of Deep Sky Blue #1CBAF1

Color information

#1CBAF1 (or 0x1CBAF1) is unknown color: approx Deep Sky Blue. HEX triplet: 1C, BA and F1. RGB value is (28,186,241). Sum of RGB (Red+Green+Blue) = 28+186+241=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #1CBAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBAF1 is #E3450E. Grayscale: #909090. Windows color (decimal): -14894351 or 15841820. OLE color: 15841820.

HSL color Cylindrical-coordinate representation of color #1CBAF1: hue angle of 195.49º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBAF1 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB28186241-
CMYK0.880.2300.05
HSL195.49º88.38%52.75%-
HSV(B)195.49º88.38%94.51%-
XYZ33.9141.7289.48-
YUV145.03182.1544.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.15%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 241 (94.53% from 255) = 52.97%
R=6.15%
G=40.88%
B=52.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal281862410.880.2300.05195.4988.3852.75
Hex1CBAF1581705c35835
Octal34272361130270530313065
Binary1110010111010111100011011000101110101110000111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,186,241); }

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

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

 a { background-color: rgb(28,186,241); }

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

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

 span { border-color: rgb(28,186,241); }

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