Html Css Color HEX #0ABDFE Deep Sky Blue

📋 copy color: '#0ABDFE'

red 10 ◦ green 189 ◦ blue 254

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

Shades of Deep Sky Blue #0ABDFE

Tints of Deep Sky Blue #0ABDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.72%

 BLUE value IS 254 (99.61% from 255) = 56.07%

R = 2.21%
G = 41.72%
B = 56.07%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0ABDFE (or 0x0ABDFE) is known color: Deep Sky Blue. HEX triplet: 0A, BD and FE. RGB value is (10,189,254). Sum of RGB (Red+Green+Blue) = 10+189+254=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ABDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABDFE is #F54201. Grayscale: #8E8E8E. Windows color (decimal): -16073218 or 16694538. OLE color: 16694538.

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

Color convert

RGB 10 189 254 -
CMYK 0.96 0.26 0 0.00
HSL 195.98º 0.99% 0.52% -
HSV(B) 195.98º 0.96% 1% -
XYZ 36.21 43.62 100.28 -
YUV 142.89 190.7 33.21 -
System Red Green Blue C M Y K H S L
Decimal 10 189 254 0.96 0.26 0 0.00 195.98 0.99 0.52
Hex A BD FE 60 1A 0 0 C4 63 34
Octal 12 275 376 140 32 0 0 304 143 64
Binary 1010 10111101 11111110 1100000 11010 0 0 11000100 1100011 110100

Color Harmonies of #0ABDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDFE

Black with #0ABDFE

Text Example


Text Example

White with #0ABDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,254); }

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

background-color css

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

 a { background-color: rgb(10,189,254); }

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

border-color css

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

 span { border-color: rgb(10,189,254); }

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