Html Css Color HEX #0ABDED Deep Sky Blue

📋 copy color: '#0ABDED'

red 10 ◦ green 189 ◦ blue 237

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

Shades of Deep Sky Blue #0ABDED

Tints of Deep Sky Blue #0ABDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.36%

R = 2.29%
G = 43.35%
B = 54.36%

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

#0ABDED (or 0x0ABDED) is known color: Deep Sky Blue. HEX triplet: 0A, BD and ED. RGB value is (10,189,237). Sum of RGB (Red+Green+Blue) = 10+189+237=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #0ABDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABDED is #F54212. Grayscale: #8C8C8C. Windows color (decimal): -16073235 or 15580426. OLE color: 15580426.

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

Color convert

RGB 10 189 237 -
CMYK 0.96 0.20 0 0.07
HSL 192.69º 0.92% 0.48% -
HSV(B) 192.69º 0.96% 0.93% -
XYZ 33.61 42.57 86.57 -
YUV 140.95 182.2 34.6 -
System Red Green Blue C M Y K H S L
Decimal 10 189 237 0.96 0.20 0 0.07 192.69 0.92 0.48
Hex A BD ED 60 14 0 7 C1 5C 30
Octal 12 275 355 140 24 0 7 301 134 60
Binary 1010 10111101 11101101 1100000 10100 0 111 11000001 1011100 110000

Color Harmonies of #0ABDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDED

Black with #0ABDED

Text Example


Text Example

White with #0ABDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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