Html Css Color HEX #0FBAF1 Deep Sky Blue

📋 copy color: '#0FBAF1'

red 15 ◦ green 186 ◦ blue 241

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

Shades of Deep Sky Blue #0FBAF1

Tints of Deep Sky Blue #0FBAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.52%

R = 3.39%
G = 42.08%
B = 54.52%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0FBAF1 (or 0x0FBAF1) is known color: Deep Sky Blue. HEX triplet: 0F, BA and F1. RGB value is (15,186,241). Sum of RGB (Red+Green+Blue) = 15+186+241=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #0FBAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBAF1 is #F0450E. Grayscale: #8C8C8C. Windows color (decimal): -15746319 or 15841807. OLE color: 15841807.

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

Color convert

RGB 15 186 241 -
CMYK 0.94 0.23 0 0.05
HSL 194.6º 0.89% 0.5% -
HSV(B) 194.6º 0.94% 0.95% -
XYZ 33.63 41.57 89.47 -
YUV 141.14 184.35 38.03 -
System Red Green Blue C M Y K H S L
Decimal 15 186 241 0.94 0.23 0 0.05 194.6 0.89 0.5
Hex F BA F1 5E 17 0 5 C3 59 32
Octal 17 272 361 136 27 0 5 303 131 62
Binary 1111 10111010 11110001 1011110 10111 0 101 11000011 1011001 110010

Color Harmonies of #0FBAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBAF1

Black with #0FBAF1

Text Example


Text Example

White with #0FBAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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