Html Css Color HEX #0FBDE6 Deep Sky Blue

📋 copy color: '#0FBDE6'

red 15 ◦ green 189 ◦ blue 230

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

Shades of Deep Sky Blue #0FBDE6

Tints of Deep Sky Blue #0FBDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53%

R = 3.46%
G = 43.55%
B = 53%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0FBDE6 (or 0x0FBDE6) is known color: Deep Sky Blue. HEX triplet: 0F, BD and E6. RGB value is (15,189,230). Sum of RGB (Red+Green+Blue) = 15+189+230=434 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #0FBDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBDE6 is #F04219. Grayscale: #8D8D8D. Windows color (decimal): -15745562 or 15121679. OLE color: 15121679.

HSL color Cylindrical-coordinate representation of color #0FBDE6: hue angle of 191.44º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBDE6 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 15 189 230 -
CMYK 0.93 0.18 0 0.10
HSL 191.44º 0.88% 0.48% -
HSV(B) 191.44º 0.93% 0.9% -
XYZ 32.68 42.21 81.29 -
YUV 141.65 177.85 37.67 -
System Red Green Blue C M Y K H S L
Decimal 15 189 230 0.93 0.18 0 0.10 191.44 0.88 0.48
Hex F BD E6 5D 12 0 A BF 58 30
Octal 17 275 346 135 22 0 12 277 130 60
Binary 1111 10111101 11100110 1011101 10010 0 1010 10111111 1011000 110000

Color Harmonies of #0FBDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDE6

Black with #0FBDE6

Text Example


Text Example

White with #0FBDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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