Html Css Color HEX #00AFF9 Deep Sky Blue

📋 copy color: '#00AFF9'

red 0 ◦ green 175 ◦ blue 249

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

Shades of Deep Sky Blue #00AFF9

Tints of Deep Sky Blue #00AFF9

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 249 (97.66% from 255) = 58.73%

R = 0%
G = 41.27%
B = 58.73%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00AFF9 (or 0x00AFF9) is known color: Deep Sky Blue. HEX triplet: 00, AF and F9. RGB value is (0,175,249). Sum of RGB (Red+Green+Blue) = 0+175+249=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #00AFF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFF9 is #FF5006. Grayscale: #828282. Windows color (decimal): -16732167 or 16363264. OLE color: 16363264.

HSL color Cylindrical-coordinate representation of color #00AFF9: hue angle of 197.83º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFF9 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 175 249 -
CMYK 1 0.30 0 0.02
HSL 197.83º 1% 0.49% -
HSV(B) 197.83º 1% 0.98% -
XYZ 32.43 37.5 95.15 -
YUV 131.11 194.52 34.48 -
System Red Green Blue C M Y K H S L
Decimal 0 175 249 1 0.30 0 0.02 197.83 1 0.49
Hex 0 AF F9 64 1E 0 2 C6 64 31
Octal 0 257 371 144 36 0 2 306 144 61
Binary 0 10101111 11111001 1100100 11110 0 10 11000110 1100100 110001

Color Harmonies of #00AFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFF9

Black with #00AFF9

Text Example


Text Example

White with #00AFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AFF9; }

 p { color: rgb(0,175,249); }

 H1.HeaderClassName
 {
   color: #00AFF9;
 }
 .AnyTagClassName
 {
   color: #00AFF9;
 }
</style>

background-color css

<style>
 a { background-color: #00AFF9; }

 a { background-color: rgb(0,175,249); }

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

border-color css

<style>
 span { border-color: #00AFF9; }

 span { border-color: rgb(0,175,249); }

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