Html Css Color HEX #0FBFFE Deep Sky Blue

📋 copy color: '#0FBFFE'

red 15 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #0FBFFE

Tints of Deep Sky Blue #0FBFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.22%

R = 3.26%
G = 41.52%
B = 55.22%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0FBFFE (or 0x0FBFFE) is known color: Deep Sky Blue. HEX triplet: 0F, BF and FE. RGB value is (15,191,254). Sum of RGB (Red+Green+Blue) = 15+191+254=460 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.26% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FBFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBFFE is #F04001. Grayscale: #919191. Windows color (decimal): -15745026 or 16695055. OLE color: 16695055.

HSL color Cylindrical-coordinate representation of color #0FBFFE: hue angle of 195.82º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBFFE is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 15 191 254 -
CMYK 0.94 0.25 0 0.00
HSL 195.82º 0.99% 0.53% -
HSV(B) 195.82º 0.94% 1% -
XYZ 36.72 44.52 100.42 -
YUV 145.56 189.19 34.88 -
System Red Green Blue C M Y K H S L
Decimal 15 191 254 0.94 0.25 0 0.00 195.82 0.99 0.53
Hex F BF FE 5E 19 0 0 C4 63 35
Octal 17 277 376 136 31 0 0 304 143 65
Binary 1111 10111111 11111110 1011110 11001 0 0 11000100 1100011 110101

Color Harmonies of #0FBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBFFE

Black with #0FBFFE

Text Example


Text Example

White with #0FBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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