Html Css Color HEX #1AB7FC Deep Sky Blue

📋 copy color: '#1AB7FC'

red 26 ◦ green 183 ◦ blue 252

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

Shades of Deep Sky Blue #1AB7FC

Tints of Deep Sky Blue #1AB7FC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

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

R = 5.64%
G = 39.7%
B = 54.66%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1AB7FC (or 0x1AB7FC) is known color: Deep Sky Blue. HEX triplet: 1A, B7 and FC. RGB value is (26,183,252). Sum of RGB (Red+Green+Blue) = 26+183+252=461 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.64% from 461); Green value is 183 (71.88% from 255 or 39.70% 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 #1AB7FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB7FC is #E54803. Grayscale: #8F8F8F. Windows color (decimal): -15026180 or 16561946. OLE color: 16561946.

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

Color convert

RGB 26 183 252 -
CMYK 0.90 0.27 0 0.01
HSL 198.32º 0.97% 0.55% -
HSV(B) 198.32º 0.9% 0.99% -
XYZ 34.93 41.11 98.19 -
YUV 143.92 188.99 43.89 -
System Red Green Blue C M Y K H S L
Decimal 26 183 252 0.90 0.27 0 0.01 198.32 0.97 0.55
Hex 1A B7 FC 5A 1B 0 1 C6 61 37
Octal 32 267 374 132 33 0 1 306 141 67
Binary 11010 10110111 11111100 1011010 11011 0 1 11000110 1100001 110111

Color Harmonies of #1AB7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB7FC

Black with #1AB7FC

Text Example


Text Example

White with #1AB7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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