Html Css Color HEX #0FBDEF Deep Sky Blue

📋 copy color: '#0FBDEF'

red 15 ◦ green 189 ◦ blue 239

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

Shades of Deep Sky Blue #0FBDEF

Tints of Deep Sky Blue #0FBDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 3.39%
G = 42.66%
B = 53.95%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0FBDEF (or 0x0FBDEF) is known color: Deep Sky Blue. HEX triplet: 0F, BD and EF. RGB value is (15,189,239). Sum of RGB (Red+Green+Blue) = 15+189+239=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FBDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBDEF is #F04210. Grayscale: #8E8E8E. Windows color (decimal): -15745553 or 15711503. OLE color: 15711503.

HSL color Cylindrical-coordinate representation of color #0FBDEF: hue angle of 193.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBDEF is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 189 239 -
CMYK 0.94 0.21 0 0.06
HSL 193.39º 0.88% 0.5% -
HSV(B) 193.39º 0.94% 0.94% -
XYZ 33.97 42.73 88.12 -
YUV 142.67 182.35 36.93 -
System Red Green Blue C M Y K H S L
Decimal 15 189 239 0.94 0.21 0 0.06 193.39 0.88 0.5
Hex F BD EF 5E 15 0 6 C1 58 32
Octal 17 275 357 136 25 0 6 301 130 62
Binary 1111 10111101 11101111 1011110 10101 0 110 11000001 1011000 110010

Color Harmonies of #0FBDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDEF

Black with #0FBDEF

Text Example


Text Example

White with #0FBDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,189,239); }

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

background-color css

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

 a { background-color: rgb(15,189,239); }

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

border-color css

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

 span { border-color: rgb(15,189,239); }

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