Html Css Color HEX #0ABCFD Deep Sky Blue

📋 copy color: '#0ABCFD'

red 10 ◦ green 188 ◦ blue 253

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

Shades of Deep Sky Blue #0ABCFD

Tints of Deep Sky Blue #0ABCFD

RGB

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

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

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

R = 2.22%
G = 41.69%
B = 56.1%

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

#0ABCFD (or 0x0ABCFD) is known color: Deep Sky Blue. HEX triplet: 0A, BC and FD. RGB value is (10,188,253). Sum of RGB (Red+Green+Blue) = 10+188+253=451 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ABCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCFD is #F54302. Grayscale: #8D8D8D. Windows color (decimal): -16073475 or 16628746. OLE color: 16628746.

HSL color Cylindrical-coordinate representation of color #0ABCFD: hue angle of 196.05º 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 #0ABCFD is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 188 253 -
CMYK 0.96 0.26 0 0.01
HSL 196.05º 0.98% 0.52% -
HSV(B) 196.05º 0.96% 0.99% -
XYZ 35.84 43.12 99.36 -
YUV 142.19 190.53 33.71 -
System Red Green Blue C M Y K H S L
Decimal 10 188 253 0.96 0.26 0 0.01 196.05 0.98 0.52
Hex A BC FD 60 1A 0 1 C4 62 34
Octal 12 274 375 140 32 0 1 304 142 64
Binary 1010 10111100 11111101 1100000 11010 0 1 11000100 1100010 110100

Color Harmonies of #0ABCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCFD

Black with #0ABCFD

Text Example


Text Example

White with #0ABCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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