Html Css Color HEX #01AFE7 Deep Sky Blue

📋 copy color: '#01AFE7'

red 1 ◦ green 175 ◦ blue 231

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

Shades of Deep Sky Blue #01AFE7

Tints of Deep Sky Blue #01AFE7

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

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

 BLUE value IS 231 (90.63% from 255) = 56.76%

R = 0.25%
G = 43%
B = 56.76%

CMYK

 C value IS 1.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#01AFE7 (or 0x01AFE7) is known color: Deep Sky Blue. HEX triplet: 01, AF and E7. RGB value is (1,175,231). Sum of RGB (Red+Green+Blue) = 1+175+231=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #01AFE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01AFE7 is #FE5018. Grayscale: #808080. Windows color (decimal): -16666649 or 15183617. OLE color: 15183617.

HSL color Cylindrical-coordinate representation of color #01AFE7: hue angle of 194.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AFE7 is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 175 231 -
CMYK 1.00 0.24 0 0.09
HSL 194.61º 0.99% 0.45% -
HSV(B) 194.61º 1% 0.91% -
XYZ 29.77 36.44 81.07 -
YUV 129.36 185.35 36.45 -
System Red Green Blue C M Y K H S L
Decimal 1 175 231 1.00 0.24 0 0.09 194.61 0.99 0.45
Hex 1 AF E7 64 18 0 9 C3 63 2D
Octal 1 257 347 144 30 0 11 303 143 55
Binary 1 10101111 11100111 1100100 11000 0 1001 11000011 1100011 101101

Color Harmonies of #01AFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AFE7

Black with #01AFE7

Text Example


Text Example

White with #01AFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AFE7; }

 p { color: rgb(1,175,231); }

 H1.HeaderClassName
 {
   color: #01AFE7;
 }
 .AnyTagClassName
 {
   color: #01AFE7;
 }
</style>

background-color css

<style>
 a { background-color: #01AFE7; }

 a { background-color: rgb(1,175,231); }

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

border-color css

<style>
 span { border-color: #01AFE7; }

 span { border-color: rgb(1,175,231); }

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