Html Css Color HEX #0FBEFE Deep Sky Blue

📋 copy color: '#0FBEFE'

red 15 ◦ green 190 ◦ blue 254

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

Shades of Deep Sky Blue #0FBEFE

Tints of Deep Sky Blue #0FBEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

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

R = 3.27%
G = 41.39%
B = 55.34%

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

#0FBEFE (or 0x0FBEFE) is known color: Deep Sky Blue. HEX triplet: 0F, BE and FE. RGB value is (15,190,254). Sum of RGB (Red+Green+Blue) = 15+190+254=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FBEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBEFE is #F04101. Grayscale: #909090. Windows color (decimal): -15745282 or 16694799. OLE color: 16694799.

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

Color convert

RGB 15 190 254 -
CMYK 0.94 0.25 0 0.00
HSL 196.07º 0.99% 0.53% -
HSV(B) 196.07º 0.94% 1% -
XYZ 36.5 44.08 100.35 -
YUV 144.97 189.52 35.3 -
System Red Green Blue C M Y K H S L
Decimal 15 190 254 0.94 0.25 0 0.00 196.07 0.99 0.53
Hex F BE FE 5E 19 0 0 C4 63 35
Octal 17 276 376 136 31 0 0 304 143 65
Binary 1111 10111110 11111110 1011110 11001 0 0 11000100 1100011 110101

Color Harmonies of #0FBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBEFE

Black with #0FBEFE

Text Example


Text Example

White with #0FBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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