Html Css Color HEX #0ABCFF Deep Sky Blue

📋 copy color: '#0ABCFF'

red 10 ◦ green 188 ◦ blue 255

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

Shades of Deep Sky Blue #0ABCFF

Tints of Deep Sky Blue #0ABCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 2.21%
G = 41.5%
B = 56.29%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0ABCFF (or 0x0ABCFF) is known color: Deep Sky Blue. HEX triplet: 0A, BC and FF. RGB value is (10,188,255). Sum of RGB (Red+Green+Blue) = 10+188+255=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ABCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCFF is #F54300. Grayscale: #8D8D8D. Windows color (decimal): -16073473 or 16759818. OLE color: 16759818.

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

Color convert

RGB 10 188 255 -
CMYK 0.96 0.26 0 0
HSL 196.41º 1% 0.52% -
HSV(B) 196.41º 0.96% 1% -
XYZ 36.16 43.25 101.05 -
YUV 142.42 191.53 33.55 -
System Red Green Blue C M Y K H S L
Decimal 10 188 255 0.96 0.26 0 0 196.41 1 0.52
Hex A BC FF 60 1A 0 0 C4 64 34
Octal 12 274 377 140 32 0 0 304 144 64
Binary 1010 10111100 11111111 1100000 11010 0 0 11000100 1100100 110100

Color Harmonies of #0ABCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCFF

Black with #0ABCFF

Text Example


Text Example

White with #0ABCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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