Html Css Color HEX #0FBCFE Deep Sky Blue

📋 copy color: '#0FBCFE'

red 15 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #0FBCFE

Tints of Deep Sky Blue #0FBCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

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

R = 3.28%
G = 41.14%
B = 55.58%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0FBCFE (or 0x0FBCFE) is known color: Deep Sky Blue. HEX triplet: 0F, BC and FE. RGB value is (15,188,254). Sum of RGB (Red+Green+Blue) = 15+188+254=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FBCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBCFE is #F04301. Grayscale: #8F8F8F. Windows color (decimal): -15745794 or 16694287. OLE color: 16694287.

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

Color convert

RGB 15 188 254 -
CMYK 0.94 0.26 0 0.00
HSL 196.57º 0.99% 0.53% -
HSV(B) 196.57º 0.94% 1% -
XYZ 36.07 43.22 100.21 -
YUV 143.8 190.19 36.13 -
System Red Green Blue C M Y K H S L
Decimal 15 188 254 0.94 0.26 0 0.00 196.57 0.99 0.53
Hex F BC FE 5E 1A 0 0 C5 63 35
Octal 17 274 376 136 32 0 0 305 143 65
Binary 1111 10111100 11111110 1011110 11010 0 0 11000101 1100011 110101

Color Harmonies of #0FBCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBCFE

Black with #0FBCFE

Text Example


Text Example

White with #0FBCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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