Html Css Color HEX #0DBFEB Deep Sky Blue

📋 copy color: '#0DBFEB'

red 13 ◦ green 191 ◦ blue 235

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

Shades of Deep Sky Blue #0DBFEB

Tints of Deep Sky Blue #0DBFEB

RGB

 RED value IS 13 (5.47% from 255) = 2.96%

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

 BLUE value IS 235 (92.19% from 255) = 53.53%

R = 2.96%
G = 43.51%
B = 53.53%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DBFEB (or 0x0DBFEB) is known color: Deep Sky Blue. HEX triplet: 0D, BF and EB. RGB value is (13,191,235). Sum of RGB (Red+Green+Blue) = 13+191+235=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DBFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBFEB is #F24014. Grayscale: #8E8E8E. Windows color (decimal): -15876117 or 15449869. OLE color: 15449869.

HSL color Cylindrical-coordinate representation of color #0DBFEB: hue angle of 191.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFEB is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 191 235 -
CMYK 0.94 0.19 0 0.08
HSL 191.89º 0.9% 0.49% -
HSV(B) 191.89º 0.94% 0.92% -
XYZ 33.79 43.35 85.18 -
YUV 142.79 180.03 35.42 -
System Red Green Blue C M Y K H S L
Decimal 13 191 235 0.94 0.19 0 0.08 191.89 0.9 0.49
Hex D BF EB 5E 13 0 8 C0 5A 31
Octal 15 277 353 136 23 0 10 300 132 61
Binary 1101 10111111 11101011 1011110 10011 0 1000 11000000 1011010 110001

Color Harmonies of #0DBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBFEB

Black with #0DBFEB

Text Example


Text Example

White with #0DBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,191,235); }

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

background-color css

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

 a { background-color: rgb(13,191,235); }

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

border-color css

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

 span { border-color: rgb(13,191,235); }

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