Html Css Color HEX #0ABAFC Deep Sky Blue

📋 copy color: '#0ABAFC'

red 10 ◦ green 186 ◦ blue 252

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

Shades of Deep Sky Blue #0ABAFC

Tints of Deep Sky Blue #0ABAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 2.23%
G = 41.52%
B = 56.25%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0ABAFC (or 0x0ABAFC) is known color: Deep Sky Blue. HEX triplet: 0A, BA and FC. RGB value is (10,186,252). Sum of RGB (Red+Green+Blue) = 10+186+252=448 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ABAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABAFC is #F54503. Grayscale: #8C8C8C. Windows color (decimal): -16073988 or 16562698. OLE color: 16562698.

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

Color convert

RGB 10 186 252 -
CMYK 0.96 0.26 0 0.01
HSL 196.36º 0.98% 0.51% -
HSV(B) 196.36º 0.96% 0.99% -
XYZ 35.25 42.21 98.38 -
YUV 140.9 190.69 34.63 -
System Red Green Blue C M Y K H S L
Decimal 10 186 252 0.96 0.26 0 0.01 196.36 0.98 0.51
Hex A BA FC 60 1A 0 1 C4 62 33
Octal 12 272 374 140 32 0 1 304 142 63
Binary 1010 10111010 11111100 1100000 11010 0 1 11000100 1100010 110011

Color Harmonies of #0ABAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAFC

Black with #0ABAFC

Text Example


Text Example

White with #0ABAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,186,252); }

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

background-color css

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

 a { background-color: rgb(10,186,252); }

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

border-color css

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

 span { border-color: rgb(10,186,252); }

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