Html Css Color HEX #00AFF2 Deep Sky Blue

📋 copy color: '#00AFF2'

red 0 ◦ green 175 ◦ blue 242

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

Shades of Deep Sky Blue #00AFF2

Tints of Deep Sky Blue #00AFF2

RGB

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

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

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

R = 0%
G = 41.97%
B = 58.03%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#00AFF2 (or 0x00AFF2) is known color: Deep Sky Blue. HEX triplet: 00, AF and F2. RGB value is (0,175,242). Sum of RGB (Red+Green+Blue) = 0+175+242=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #00AFF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00AFF2 is #FF500D. Grayscale: #818181. Windows color (decimal): -16732174 or 15904512. OLE color: 15904512.

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

Color convert

RGB 0 175 242 -
CMYK 1 0.28 0 0.05
HSL 196.61º 1% 0.47% -
HSV(B) 196.61º 1% 0.95% -
XYZ 31.36 37.07 89.51 -
YUV 130.31 191.02 35.05 -
System Red Green Blue C M Y K H S L
Decimal 0 175 242 1 0.28 0 0.05 196.61 1 0.47
Hex 0 AF F2 64 1C 0 5 C5 64 2F
Octal 0 257 362 144 34 0 5 305 144 57
Binary 0 10101111 11110010 1100100 11100 0 101 11000101 1100100 101111

Color Harmonies of #00AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFF2

Black with #00AFF2

Text Example


Text Example

White with #00AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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