Html Css Color HEX #0DCEEB Deep Sky Blue

📋 copy color: '#0DCEEB'

red 13 ◦ green 206 ◦ blue 235

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

Shades of Deep Sky Blue #0DCEEB

Tints of Deep Sky Blue #0DCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

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

R = 2.86%
G = 45.37%
B = 51.76%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0DCEEB (or 0x0DCEEB) is known color: Deep Sky Blue. HEX triplet: 0D, CE and EB. RGB value is (13,206,235). Sum of RGB (Red+Green+Blue) = 13+206+235=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DCEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCEEB is #F23114. Grayscale: #979797. Windows color (decimal): -15872277 or 15453709. OLE color: 15453709.

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

Color convert

RGB 13 206 235 -
CMYK 0.94 0.12 0 0.08
HSL 187.84º 0.9% 0.49% -
HSV(B) 187.84º 0.94% 0.92% -
XYZ 37.23 50.23 86.33 -
YUV 151.6 175.06 29.14 -
System Red Green Blue C M Y K H S L
Decimal 13 206 235 0.94 0.12 0 0.08 187.84 0.9 0.49
Hex D CE EB 5E C 0 8 BC 5A 31
Octal 15 316 353 136 14 0 10 274 132 61
Binary 1101 11001110 11101011 1011110 1100 0 1000 10111100 1011010 110001

Color Harmonies of #0DCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCEEB

Black with #0DCEEB

Text Example


Text Example

White with #0DCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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