Html Css Color HEX #1AAFFF Deep Sky Blue

📋 copy color: '#1AAFFF'

red 26 ◦ green 175 ◦ blue 255

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

Shades of Deep Sky Blue #1AAFFF

Tints of Deep Sky Blue #1AAFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.38%

 BLUE value IS 255 (100% from 255) = 55.92%

R = 5.7%
G = 38.38%
B = 55.92%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1AAFFF (or 0x1AAFFF) is known color: Deep Sky Blue. HEX triplet: 1A, AF and FF. RGB value is (26,175,255). Sum of RGB (Red+Green+Blue) = 26+175+255=456 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.70% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AAFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAFFF is #E55000. Grayscale: #8B8B8B. Windows color (decimal): -15028225 or 16756506. OLE color: 16756506.

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

Color convert

RGB 26 175 255 -
CMYK 0.90 0.31 0 0
HSL 200.96º 1% 0.55% -
HSV(B) 200.96º 0.9% 1% -
XYZ 33.81 38.1 100.18 -
YUV 139.57 193.14 47 -
System Red Green Blue C M Y K H S L
Decimal 26 175 255 0.90 0.31 0 0 200.96 1 0.55
Hex 1A AF FF 5A 1F 0 0 C9 64 37
Octal 32 257 377 132 37 0 0 311 144 67
Binary 11010 10101111 11111111 1011010 11111 0 0 11001001 1100100 110111

Color Harmonies of #1AAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAFFF

Black with #1AAFFF

Text Example


Text Example

White with #1AAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,175,255); }

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

background-color css

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

 a { background-color: rgb(26,175,255); }

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

border-color css

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

 span { border-color: rgb(26,175,255); }

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