Html Css Color HEX #0ABFE7 Deep Sky Blue

📋 copy color: '#0ABFE7'

red 10 ◦ green 191 ◦ blue 231

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

Shades of Deep Sky Blue #0ABFE7

Tints of Deep Sky Blue #0ABFE7

RGB

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

 GREEN value IS 191 (75% from 255) = 44.21%

 BLUE value IS 231 (90.63% from 255) = 53.47%

R = 2.31%
G = 44.21%
B = 53.47%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0ABFE7 (or 0x0ABFE7) is known color: Deep Sky Blue. HEX triplet: 0A, BF and E7. RGB value is (10,191,231). Sum of RGB (Red+Green+Blue) = 10+191+231=432 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #0ABFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABFE7 is #F54018. Grayscale: #8D8D8D. Windows color (decimal): -16072729 or 15187722. OLE color: 15187722.

HSL color Cylindrical-coordinate representation of color #0ABFE7: hue angle of 190.86º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABFE7 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 10 191 231 -
CMYK 0.96 0.17 0 0.09
HSL 190.86º 0.92% 0.47% -
HSV(B) 190.86º 0.96% 0.91% -
XYZ 33.18 43.1 82.17 -
YUV 141.44 178.53 34.25 -
System Red Green Blue C M Y K H S L
Decimal 10 191 231 0.96 0.17 0 0.09 190.86 0.92 0.47
Hex A BF E7 60 11 0 9 BF 5C 2F
Octal 12 277 347 140 21 0 11 277 134 57
Binary 1010 10111111 11100111 1100000 10001 0 1001 10111111 1011100 101111

Color Harmonies of #0ABFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABFE7

Black with #0ABFE7

Text Example


Text Example

White with #0ABFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,191,231); }

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

background-color css

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

 a { background-color: rgb(10,191,231); }

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

border-color css

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

 span { border-color: rgb(10,191,231); }

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