Html Css Color HEX #0ABCFB Deep Sky Blue

📋 copy color: '#0ABCFB'

red 10 ◦ green 188 ◦ blue 251

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

Shades of Deep Sky Blue #0ABCFB

Tints of Deep Sky Blue #0ABCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 2.23%
G = 41.87%
B = 55.9%

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

#0ABCFB (or 0x0ABCFB) is known color: Deep Sky Blue. HEX triplet: 0A, BC and FB. RGB value is (10,188,251). Sum of RGB (Red+Green+Blue) = 10+188+251=449 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #0ABCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCFB is #F54304. Grayscale: #8D8D8D. Windows color (decimal): -16073477 or 16497674. OLE color: 16497674.

HSL color Cylindrical-coordinate representation of color #0ABCFB: hue angle of 195.68º degrees, saturation: 0.97, 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 #0ABCFB is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 188 251 -
CMYK 0.96 0.25 0 0.02
HSL 195.68º 0.97% 0.51% -
HSV(B) 195.68º 0.96% 0.98% -
XYZ 35.52 43 97.69 -
YUV 141.96 189.53 33.88 -
System Red Green Blue C M Y K H S L
Decimal 10 188 251 0.96 0.25 0 0.02 195.68 0.97 0.51
Hex A BC FB 60 19 0 2 C4 61 33
Octal 12 274 373 140 31 0 2 304 141 63
Binary 1010 10111100 11111011 1100000 11001 0 10 11000100 1100001 110011

Color Harmonies of #0ABCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCFB

Black with #0ABCFB

Text Example


Text Example

White with #0ABCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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