Html Css Color HEX #0ABCFA Deep Sky Blue

📋 copy color: '#0ABCFA'

red 10 ◦ green 188 ◦ blue 250

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

Shades of Deep Sky Blue #0ABCFA

Tints of Deep Sky Blue #0ABCFA

RGB

 RED value IS 10 (4.3% from 255) = 2.23%

 GREEN value IS 188 (73.83% from 255) = 41.96%

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

R = 2.23%
G = 41.96%
B = 55.8%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0ABCFA (or 0x0ABCFA) is known color: Deep Sky Blue. HEX triplet: 0A, BC and FA. RGB value is (10,188,250). Sum of RGB (Red+Green+Blue) = 10+188+250=448 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #0ABCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCFA is #F54305. Grayscale: #8D8D8D. Windows color (decimal): -16073478 or 16432138. OLE color: 16432138.

HSL color Cylindrical-coordinate representation of color #0ABCFA: hue angle of 195.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABCFA is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 188 250 -
CMYK 0.96 0.25 0 0.02
HSL 195.5º 0.96% 0.51% -
HSV(B) 195.5º 0.96% 0.98% -
XYZ 35.36 42.93 96.87 -
YUV 141.85 189.03 33.96 -
System Red Green Blue C M Y K H S L
Decimal 10 188 250 0.96 0.25 0 0.02 195.5 0.96 0.51
Hex A BC FA 60 19 0 2 C4 60 33
Octal 12 274 372 140 31 0 2 304 140 63
Binary 1010 10111100 11111010 1100000 11001 0 10 11000100 1100000 110011

Color Harmonies of #0ABCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCFA

Black with #0ABCFA

Text Example


Text Example

White with #0ABCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ABCFA; }

 p { color: rgb(10,188,250); }

 H1.HeaderClassName
 {
   color: #0ABCFA;
 }
 .AnyTagClassName
 {
   color: #0ABCFA;
 }
</style>

background-color css

<style>
 a { background-color: #0ABCFA; }

 a { background-color: rgb(10,188,250); }

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

border-color css

<style>
 span { border-color: #0ABCFA; }

 span { border-color: rgb(10,188,250); }

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