Html Css Color HEX #0ABBF7 Deep Sky Blue

📋 copy color: '#0ABBF7'

red 10 ◦ green 187 ◦ blue 247

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

Shades of Deep Sky Blue #0ABBF7

Tints of Deep Sky Blue #0ABBF7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.12%

 BLUE value IS 247 (96.88% from 255) = 55.63%

R = 2.25%
G = 42.12%
B = 55.63%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0ABBF7 (or 0x0ABBF7) is known color: Deep Sky Blue. HEX triplet: 0A, BB and F7. RGB value is (10,187,247). Sum of RGB (Red+Green+Blue) = 10+187+247=444 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.25% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #0ABBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABBF7 is #F54408. Grayscale: #8C8C8C. Windows color (decimal): -16073737 or 16235274. OLE color: 16235274.

HSL color Cylindrical-coordinate representation of color #0ABBF7: hue angle of 195.19º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABBF7 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 187 247 -
CMYK 0.96 0.24 0 0.03
HSL 195.19º 0.94% 0.5% -
HSV(B) 195.19º 0.96% 0.97% -
XYZ 34.68 42.32 94.34 -
YUV 140.92 187.86 34.62 -
System Red Green Blue C M Y K H S L
Decimal 10 187 247 0.96 0.24 0 0.03 195.19 0.94 0.5
Hex A BB F7 60 18 0 3 C3 5E 32
Octal 12 273 367 140 30 0 3 303 136 62
Binary 1010 10111011 11110111 1100000 11000 0 11 11000011 1011110 110010

Color Harmonies of #0ABBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABBF7

Black with #0ABBF7

Text Example


Text Example

White with #0ABBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,187,247); }

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

background-color css

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

 a { background-color: rgb(10,187,247); }

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

border-color css

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

 span { border-color: rgb(10,187,247); }

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