Html Css Color HEX #00AFFA Deep Sky Blue

📋 copy color: '#00AFFA'

red 0 ◦ green 175 ◦ blue 250

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

Shades of Deep Sky Blue #00AFFA

Tints of Deep Sky Blue #00AFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.82%

R = 0%
G = 41.18%
B = 58.82%

CMYK

 C value IS 1

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00AFFA (or 0x00AFFA) is known color: Deep Sky Blue. HEX triplet: 00, AF and FA. RGB value is (0,175,250). Sum of RGB (Red+Green+Blue) = 0+175+250=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #00AFFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFFA is #FF5005. Grayscale: #828282. Windows color (decimal): -16732166 or 16428800. OLE color: 16428800.

HSL color Cylindrical-coordinate representation of color #00AFFA: hue angle of 198º 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 #00AFFA is Cyan = 1, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 175 250 -
CMYK 1 0.3 0 0.02
HSL 198º 1% 0.49% -
HSV(B) 198º 1% 0.98% -
XYZ 32.59 37.56 95.98 -
YUV 131.23 195.02 34.4 -
System Red Green Blue C M Y K H S L
Decimal 0 175 250 1 0.3 0 0.02 198 1 0.49
Hex 0 AF FA 64 1E 0 2 C6 64 31
Octal 0 257 372 144 36 0 2 306 144 61
Binary 0 10101111 11111010 1100100 11110 0 10 11000110 1100100 110001

Color Harmonies of #00AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFFA

Black with #00AFFA

Text Example


Text Example

White with #00AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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