Html Css Color HEX #1AB0FC Deep Sky Blue

📋 copy color: '#1AB0FC'

red 26 ◦ green 176 ◦ blue 252

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

Shades of Deep Sky Blue #1AB0FC

Tints of Deep Sky Blue #1AB0FC

RGB

 RED value IS 26 (10.55% from 255) = 5.73%

 GREEN value IS 176 (69.14% from 255) = 38.77%

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

R = 5.73%
G = 38.77%
B = 55.51%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1AB0FC (or 0x1AB0FC) is known color: Deep Sky Blue. HEX triplet: 1A, B0 and FC. RGB value is (26,176,252). Sum of RGB (Red+Green+Blue) = 26+176+252=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AB0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB0FC is #E54F03. Grayscale: #8B8B8B. Windows color (decimal): -15027972 or 16560154. OLE color: 16560154.

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

Color convert

RGB 26 176 252 -
CMYK 0.90 0.30 0 0.01
HSL 200.18º 0.97% 0.55% -
HSV(B) 200.18º 0.9% 0.99% -
XYZ 33.52 38.3 97.72 -
YUV 139.81 191.31 46.82 -
System Red Green Blue C M Y K H S L
Decimal 26 176 252 0.90 0.30 0 0.01 200.18 0.97 0.55
Hex 1A B0 FC 5A 1E 0 1 C8 61 37
Octal 32 260 374 132 36 0 1 310 141 67
Binary 11010 10110000 11111100 1011010 11110 0 1 11001000 1100001 110111

Color Harmonies of #1AB0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB0FC

Black with #1AB0FC

Text Example


Text Example

White with #1AB0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,176,252); }

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

background-color css

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

 a { background-color: rgb(26,176,252); }

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

border-color css

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

 span { border-color: rgb(26,176,252); }

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