Html Css Color HEX #1ABDFC Deep Sky Blue

📋 copy color: '#1ABDFC'

red 26 ◦ green 189 ◦ blue 252

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

Shades of Deep Sky Blue #1ABDFC

Tints of Deep Sky Blue #1ABDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

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

R = 5.57%
G = 40.47%
B = 53.96%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1ABDFC (or 0x1ABDFC) is known color: Deep Sky Blue. HEX triplet: 1A, BD and FC. RGB value is (26,189,252). Sum of RGB (Red+Green+Blue) = 26+189+252=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ABDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDFC is #E54203. Grayscale: #939393. Windows color (decimal): -15024644 or 16563482. OLE color: 16563482.

HSL color Cylindrical-coordinate representation of color #1ABDFC: hue angle of 196.73º 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 #1ABDFC is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 189 252 -
CMYK 0.90 0.25 0 0.01
HSL 196.73º 0.97% 0.55% -
HSV(B) 196.73º 0.9% 0.99% -
XYZ 36.19 43.64 98.61 -
YUV 147.45 187 41.38 -
System Red Green Blue C M Y K H S L
Decimal 26 189 252 0.90 0.25 0 0.01 196.73 0.97 0.55
Hex 1A BD FC 5A 19 0 1 C5 61 37
Octal 32 275 374 132 31 0 1 305 141 67
Binary 11010 10111101 11111100 1011010 11001 0 1 11000101 1100001 110111

Color Harmonies of #1ABDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDFC

Black with #1ABDFC

Text Example


Text Example

White with #1ABDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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