Html Css Color HEX #0FBAFA Deep Sky Blue

📋 copy color: '#0FBAFA'

red 15 ◦ green 186 ◦ blue 250

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

Shades of Deep Sky Blue #0FBAFA

Tints of Deep Sky Blue #0FBAFA

RGB

 RED value IS 15 (6.25% from 255) = 3.33%

 GREEN value IS 186 (73.05% from 255) = 41.24%

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 3.33%
G = 41.24%
B = 55.43%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FBAFA (or 0x0FBAFA) is known color: Deep Sky Blue. HEX triplet: 0F, BA and FA. RGB value is (15,186,250). Sum of RGB (Red+Green+Blue) = 15+186+250=451 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FBAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBAFA is #F04505. Grayscale: #8D8D8D. Windows color (decimal): -15746310 or 16431631. OLE color: 16431631.

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

Color convert

RGB 15 186 250 -
CMYK 0.94 0.26 0 0.02
HSL 196.34º 0.96% 0.52% -
HSV(B) 196.34º 0.94% 0.98% -
XYZ 35.01 42.12 96.73 -
YUV 142.17 188.85 37.3 -
System Red Green Blue C M Y K H S L
Decimal 15 186 250 0.94 0.26 0 0.02 196.34 0.96 0.52
Hex F BA FA 5E 1A 0 2 C4 60 34
Octal 17 272 372 136 32 0 2 304 140 64
Binary 1111 10111010 11111010 1011110 11010 0 10 11000100 1100000 110100

Color Harmonies of #0FBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBAFA

Black with #0FBAFA

Text Example


Text Example

White with #0FBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,250); }

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

background-color css

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

 a { background-color: rgb(15,186,250); }

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

border-color css

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

 span { border-color: rgb(15,186,250); }

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