Html Css Color HEX #0DBFE9 Deep Sky Blue

📋 copy color: '#0DBFE9'

red 13 ◦ green 191 ◦ blue 233

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

Shades of Deep Sky Blue #0DBFE9

Tints of Deep Sky Blue #0DBFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.32%

R = 2.97%
G = 43.71%
B = 53.32%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0DBFE9 (or 0x0DBFE9) is known color: Deep Sky Blue. HEX triplet: 0D, BF and E9. RGB value is (13,191,233). Sum of RGB (Red+Green+Blue) = 13+191+233=437 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #0DBFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBFE9 is #F24016. Grayscale: #8E8E8E. Windows color (decimal): -15876119 or 15318797. OLE color: 15318797.

HSL color Cylindrical-coordinate representation of color #0DBFE9: hue angle of 191.45º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFE9 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 13 191 233 -
CMYK 0.94 0.18 0 0.09
HSL 191.45º 0.89% 0.48% -
HSV(B) 191.45º 0.94% 0.91% -
XYZ 33.5 43.23 83.67 -
YUV 142.57 179.03 35.58 -
System Red Green Blue C M Y K H S L
Decimal 13 191 233 0.94 0.18 0 0.09 191.45 0.89 0.48
Hex D BF E9 5E 12 0 9 BF 59 30
Octal 15 277 351 136 22 0 11 277 131 60
Binary 1101 10111111 11101001 1011110 10010 0 1001 10111111 1011001 110000

Color Harmonies of #0DBFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBFE9

Black with #0DBFE9

Text Example


Text Example

White with #0DBFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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