Html Css Color HEX #0ABFF3 Deep Sky Blue

📋 copy color: '#0ABFF3'

red 10 ◦ green 191 ◦ blue 243

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

Shades of Deep Sky Blue #0ABFF3

Tints of Deep Sky Blue #0ABFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.73%

R = 2.25%
G = 43.02%
B = 54.73%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0ABFF3 (or 0x0ABFF3) is known color: Deep Sky Blue. HEX triplet: 0A, BF and F3. RGB value is (10,191,243). Sum of RGB (Red+Green+Blue) = 10+191+243=444 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.25% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #0ABFF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABFF3 is #F5400C. Grayscale: #8E8E8E. Windows color (decimal): -16072717 or 15974154. OLE color: 15974154.

HSL color Cylindrical-coordinate representation of color #0ABFF3: hue angle of 193.39º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABFF3 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 191 243 -
CMYK 0.96 0.21 0 0.05
HSL 193.39º 0.92% 0.5% -
HSV(B) 193.39º 0.96% 0.95% -
XYZ 34.93 43.8 91.41 -
YUV 142.81 184.53 33.27 -
System Red Green Blue C M Y K H S L
Decimal 10 191 243 0.96 0.21 0 0.05 193.39 0.92 0.5
Hex A BF F3 60 15 0 5 C1 5C 32
Octal 12 277 363 140 25 0 5 301 134 62
Binary 1010 10111111 11110011 1100000 10101 0 101 11000001 1011100 110010

Color Harmonies of #0ABFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABFF3

Black with #0ABFF3

Text Example


Text Example

White with #0ABFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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