Html Css Color HEX #00AFFE Deep Sky Blue

📋 copy color: '#00AFFE'

red 0 ◦ green 175 ◦ blue 254

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

Shades of Deep Sky Blue #00AFFE

Tints of Deep Sky Blue #00AFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.21%

R = 0%
G = 40.79%
B = 59.21%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#00AFFE (or 0x00AFFE) is known color: Deep Sky Blue. HEX triplet: 00, AF and FE. RGB value is (0,175,254). Sum of RGB (Red+Green+Blue) = 0+175+254=429 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #00AFFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFFE is #FF5001. Grayscale: #838383. Windows color (decimal): -16732162 or 16690944. OLE color: 16690944.

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

Color convert

RGB 0 175 254 -
CMYK 1 0.31 0 0.00
HSL 198.66º 1% 0.5% -
HSV(B) 198.66º 1% 1% -
XYZ 33.22 37.82 99.31 -
YUV 131.68 197.02 34.08 -
System Red Green Blue C M Y K H S L
Decimal 0 175 254 1 0.31 0 0.00 198.66 1 0.5
Hex 0 AF FE 64 1F 0 0 C7 64 32
Octal 0 257 376 144 37 0 0 307 144 62
Binary 0 10101111 11111110 1100100 11111 0 0 11000111 1100100 110010

Color Harmonies of #00AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFFE

Black with #00AFFE

Text Example


Text Example

White with #00AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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