Html Css Color HEX #0DBEEB Deep Sky Blue

📋 copy color: '#0DBEEB'

red 13 ◦ green 190 ◦ blue 235

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

Shades of Deep Sky Blue #0DBEEB

Tints of Deep Sky Blue #0DBEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.38%

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

R = 2.97%
G = 43.38%
B = 53.65%

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

#0DBEEB (or 0x0DBEEB) is known color: Deep Sky Blue. HEX triplet: 0D, BE and EB. RGB value is (13,190,235). Sum of RGB (Red+Green+Blue) = 13+190+235=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DBEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBEEB is #F24114. Grayscale: #8D8D8D. Windows color (decimal): -15876373 or 15449613. OLE color: 15449613.

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

Color convert

RGB 13 190 235 -
CMYK 0.94 0.19 0 0.08
HSL 192.16º 0.9% 0.49% -
HSV(B) 192.16º 0.94% 0.92% -
XYZ 33.57 42.91 85.11 -
YUV 142.21 180.36 35.84 -
System Red Green Blue C M Y K H S L
Decimal 13 190 235 0.94 0.19 0 0.08 192.16 0.9 0.49
Hex D BE EB 5E 13 0 8 C0 5A 31
Octal 15 276 353 136 23 0 10 300 132 61
Binary 1101 10111110 11101011 1011110 10011 0 1000 11000000 1011010 110001

Color Harmonies of #0DBEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBEEB

Black with #0DBEEB

Text Example


Text Example

White with #0DBEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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