Html Css Color HEX #0ABAFD Deep Sky Blue

📋 copy color: '#0ABAFD'

red 10 ◦ green 186 ◦ blue 253

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

Shades of Deep Sky Blue #0ABAFD

Tints of Deep Sky Blue #0ABAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 2.23%
G = 41.43%
B = 56.35%

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

#0ABAFD (or 0x0ABAFD) is known color: Deep Sky Blue. HEX triplet: 0A, BA and FD. RGB value is (10,186,253). Sum of RGB (Red+Green+Blue) = 10+186+253=449 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ABAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABAFD is #F54502. Grayscale: #8C8C8C. Windows color (decimal): -16073987 or 16628234. OLE color: 16628234.

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

Color convert

RGB 10 186 253 -
CMYK 0.96 0.26 0 0.01
HSL 196.54º 0.98% 0.52% -
HSV(B) 196.54º 0.96% 0.99% -
XYZ 35.41 42.27 99.22 -
YUV 141.01 191.19 34.55 -
System Red Green Blue C M Y K H S L
Decimal 10 186 253 0.96 0.26 0 0.01 196.54 0.98 0.52
Hex A BA FD 60 1A 0 1 C5 62 34
Octal 12 272 375 140 32 0 1 305 142 64
Binary 1010 10111010 11111101 1100000 11010 0 1 11000101 1100010 110100

Color Harmonies of #0ABAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAFD

Black with #0ABAFD

Text Example


Text Example

White with #0ABAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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