Html Css Color HEX #1CB5FC Deep Sky Blue

📋 copy color: '#1CB5FC'

red 28 ◦ green 181 ◦ blue 252

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

Shades of Deep Sky Blue #1CB5FC

Tints of Deep Sky Blue #1CB5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 6.07%
G = 39.26%
B = 54.66%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1CB5FC (or 0x1CB5FC) is known color: Deep Sky Blue. HEX triplet: 1C, B5 and FC. RGB value is (28,181,252). Sum of RGB (Red+Green+Blue) = 28+181+252=461 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.07% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CB5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB5FC is #E34A03. Grayscale: #8E8E8E. Windows color (decimal): -14895620 or 16561436. OLE color: 16561436.

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

Color convert

RGB 28 181 252 -
CMYK 0.89 0.28 0 0.01
HSL 199.02º 0.97% 0.55% -
HSV(B) 199.02º 0.89% 0.99% -
XYZ 34.57 40.32 98.06 -
YUV 143.35 189.31 45.73 -
System Red Green Blue C M Y K H S L
Decimal 28 181 252 0.89 0.28 0 0.01 199.02 0.97 0.55
Hex 1C B5 FC 59 1C 0 1 C7 61 37
Octal 34 265 374 131 34 0 1 307 141 67
Binary 11100 10110101 11111100 1011001 11100 0 1 11000111 1100001 110111

Color Harmonies of #1CB5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB5FC

Black with #1CB5FC

Text Example


Text Example

White with #1CB5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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