Html Css Color HEX #00ADF2 Deep Sky Blue

📋 copy color: '#00ADF2'

red 0 ◦ green 173 ◦ blue 242

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

Shades of Deep Sky Blue #00ADF2

Tints of Deep Sky Blue #00ADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

 BLUE value IS 242 (94.92% from 255) = 58.31%

R = 0%
G = 41.69%
B = 58.31%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#00ADF2 (or 0x00ADF2) is known color: Deep Sky Blue. HEX triplet: 00, AD and F2. RGB value is (0,173,242). Sum of RGB (Red+Green+Blue) = 0+173+242=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #00ADF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADF2 is #FF520D. Grayscale: #808080. Windows color (decimal): -16732686 or 15904000. OLE color: 15904000.

HSL color Cylindrical-coordinate representation of color #00ADF2: hue angle of 197.11º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADF2 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 173 242 -
CMYK 1 0.29 0 0.05
HSL 197.11º 1% 0.47% -
HSV(B) 197.11º 1% 0.95% -
XYZ 30.97 36.3 89.38 -
YUV 129.14 191.69 35.89 -
System Red Green Blue C M Y K H S L
Decimal 0 173 242 1 0.29 0 0.05 197.11 1 0.47
Hex 0 AD F2 64 1D 0 5 C5 64 2F
Octal 0 255 362 144 35 0 5 305 144 57
Binary 0 10101101 11110010 1100100 11101 0 101 11000101 1100100 101111

Color Harmonies of #00ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ADF2

Black with #00ADF2

Text Example


Text Example

White with #00ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,173,242); }

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

background-color css

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

 a { background-color: rgb(0,173,242); }

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

border-color css

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

 span { border-color: rgb(0,173,242); }

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