Html Css Color HEX #0DCBEB Deep Sky Blue

📋 copy color: '#0DCBEB'

red 13 ◦ green 203 ◦ blue 235

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

Shades of Deep Sky Blue #0DCBEB

Tints of Deep Sky Blue #0DCBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.01%

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

R = 2.88%
G = 45.01%
B = 52.11%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DCBEB (or 0x0DCBEB) is known color: Deep Sky Blue. HEX triplet: 0D, CB and EB. RGB value is (13,203,235). Sum of RGB (Red+Green+Blue) = 13+203+235=451 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DCBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCBEB is #F23414. Grayscale: #959595. Windows color (decimal): -15873045 or 15452941. OLE color: 15452941.

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

Color convert

RGB 13 203 235 -
CMYK 0.94 0.14 0 0.08
HSL 188.65º 0.9% 0.49% -
HSV(B) 188.65º 0.94% 0.92% -
XYZ 36.52 48.8 86.09 -
YUV 149.84 176.05 30.4 -
System Red Green Blue C M Y K H S L
Decimal 13 203 235 0.94 0.14 0 0.08 188.65 0.9 0.49
Hex D CB EB 5E E 0 8 BD 5A 31
Octal 15 313 353 136 16 0 10 275 132 61
Binary 1101 11001011 11101011 1011110 1110 0 1000 10111101 1011010 110001

Color Harmonies of #0DCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCBEB

Black with #0DCBEB

Text Example


Text Example

White with #0DCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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