Html Css Color HEX #1CB5F6 Deep Sky Blue

📋 copy color: '#1CB5F6'

red 28 ◦ green 181 ◦ blue 246

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

Shades of Deep Sky Blue #1CB5F6

Tints of Deep Sky Blue #1CB5F6

RGB

 RED value IS 28 (11.33% from 255) = 6.15%

 GREEN value IS 181 (71.09% from 255) = 39.78%

 BLUE value IS 246 (96.48% from 255) = 54.07%

R = 6.15%
G = 39.78%
B = 54.07%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1CB5F6 (or 0x1CB5F6) is known color: Deep Sky Blue. HEX triplet: 1C, B5 and F6. RGB value is (28,181,246). Sum of RGB (Red+Green+Blue) = 28+181+246=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #1CB5F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB5F6 is #E34A09. Grayscale: #8E8E8E. Windows color (decimal): -14895626 or 16168220. OLE color: 16168220.

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

Color convert

RGB 28 181 246 -
CMYK 0.89 0.26 0 0.04
HSL 197.89º 0.92% 0.54% -
HSV(B) 197.89º 0.89% 0.96% -
XYZ 33.64 39.95 93.13 -
YUV 142.66 186.31 46.21 -
System Red Green Blue C M Y K H S L
Decimal 28 181 246 0.89 0.26 0 0.04 197.89 0.92 0.54
Hex 1C B5 F6 59 1A 0 4 C6 5C 36
Octal 34 265 366 131 32 0 4 306 134 66
Binary 11100 10110101 11110110 1011001 11010 0 100 11000110 1011100 110110

Color Harmonies of #1CB5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB5F6

Black with #1CB5F6

Text Example


Text Example

White with #1CB5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,181,246); }

 H1.HeaderClassName
 {
   color: #1CB5F6;
 }
 .AnyTagClassName
 {
   color: #1CB5F6;
 }
</style>

background-color css

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

 a { background-color: rgb(28,181,246); }

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

border-color css

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

 span { border-color: rgb(28,181,246); }

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