Html Css Color HEX #0ABCEC Deep Sky Blue

📋 copy color: '#0ABCEC'

red 10 ◦ green 188 ◦ blue 236

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

Shades of Deep Sky Blue #0ABCEC

Tints of Deep Sky Blue #0ABCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 2.3%
G = 43.32%
B = 54.38%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ABCEC (or 0x0ABCEC) is known color: Deep Sky Blue. HEX triplet: 0A, BC and EC. RGB value is (10,188,236). Sum of RGB (Red+Green+Blue) = 10+188+236=434 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ABCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCEC is #F54313. Grayscale: #8B8B8B. Windows color (decimal): -16073492 or 15514634. OLE color: 15514634.

HSL color Cylindrical-coordinate representation of color #0ABCEC: hue angle of 192.74º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABCEC is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 188 236 -
CMYK 0.96 0.20 0 0.07
HSL 192.74º 0.92% 0.48% -
HSV(B) 192.74º 0.96% 0.93% -
XYZ 33.25 42.09 85.73 -
YUV 140.25 182.03 35.1 -
System Red Green Blue C M Y K H S L
Decimal 10 188 236 0.96 0.20 0 0.07 192.74 0.92 0.48
Hex A BC EC 60 14 0 7 C1 5C 30
Octal 12 274 354 140 24 0 7 301 134 60
Binary 1010 10111100 11101100 1100000 10100 0 111 11000001 1011100 110000

Color Harmonies of #0ABCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCEC

Black with #0ABCEC

Text Example


Text Example

White with #0ABCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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