Html Css Color HEX #0FBFF1 Deep Sky Blue

📋 copy color: '#0FBFF1'

red 15 ◦ green 191 ◦ blue 241

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

Shades of Deep Sky Blue #0FBFF1

Tints of Deep Sky Blue #0FBFF1

RGB

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

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

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

R = 3.36%
G = 42.73%
B = 53.91%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0FBFF1 (or 0x0FBFF1) is known color: Deep Sky Blue. HEX triplet: 0F, BF and F1. RGB value is (15,191,241). Sum of RGB (Red+Green+Blue) = 15+191+241=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #0FBFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBFF1 is #F0400E. Grayscale: #8F8F8F. Windows color (decimal): -15745039 or 15843087. OLE color: 15843087.

HSL color Cylindrical-coordinate representation of color #0FBFF1: hue angle of 193.27º 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 #0FBFF1 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 15 191 241 -
CMYK 0.94 0.21 0 0.05
HSL 193.27º 0.89% 0.5% -
HSV(B) 193.27º 0.94% 0.95% -
XYZ 34.7 43.71 89.83 -
YUV 144.08 182.69 35.93 -
System Red Green Blue C M Y K H S L
Decimal 15 191 241 0.94 0.21 0 0.05 193.27 0.89 0.5
Hex F BF F1 5E 15 0 5 C1 59 32
Octal 17 277 361 136 25 0 5 301 131 62
Binary 1111 10111111 11110001 1011110 10101 0 101 11000001 1011001 110010

Color Harmonies of #0FBFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBFF1

Black with #0FBFF1

Text Example


Text Example

White with #0FBFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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