Html Css Color HEX #00AEFD Deep Sky Blue

📋 copy color: '#00AEFD'

red 0 ◦ green 174 ◦ blue 253

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

Shades of Deep Sky Blue #00AEFD

Tints of Deep Sky Blue #00AEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

 BLUE value IS 253 (99.22% from 255) = 59.25%

R = 0%
G = 40.75%
B = 59.25%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00AEFD (or 0x00AEFD) is known color: Deep Sky Blue. HEX triplet: 00, AE and FD. RGB value is (0,174,253). Sum of RGB (Red+Green+Blue) = 0+174+253=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #00AEFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AEFD is #FF5102. Grayscale: #828282. Windows color (decimal): -16732419 or 16625152. OLE color: 16625152.

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

Color convert

RGB 0 174 253 -
CMYK 1 0.31 0 0.01
HSL 198.74º 1% 0.5% -
HSV(B) 198.74º 1% 0.99% -
XYZ 32.87 37.36 98.41 -
YUV 130.98 196.85 34.58 -
System Red Green Blue C M Y K H S L
Decimal 0 174 253 1 0.31 0 0.01 198.74 1 0.5
Hex 0 AE FD 64 1F 0 1 C7 64 32
Octal 0 256 375 144 37 0 1 307 144 62
Binary 0 10101110 11111101 1100100 11111 0 1 11000111 1100100 110010

Color Harmonies of #00AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AEFD

Black with #00AEFD

Text Example


Text Example

White with #00AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,174,253); }

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

background-color css

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

 a { background-color: rgb(0,174,253); }

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

border-color css

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

 span { border-color: rgb(0,174,253); }

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