Html Css Color HEX #0DCAEB Deep Sky Blue

📋 copy color: '#0DCAEB'

red 13 ◦ green 202 ◦ blue 235

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

Shades of Deep Sky Blue #0DCAEB

Tints of Deep Sky Blue #0DCAEB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.89%

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

R = 2.89%
G = 44.89%
B = 52.22%

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

#0DCAEB (or 0x0DCAEB) is known color: Deep Sky Blue. HEX triplet: 0D, CA and EB. RGB value is (13,202,235). Sum of RGB (Red+Green+Blue) = 13+202+235=450 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.89% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DCAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCAEB is #F23514. Grayscale: #949494. Windows color (decimal): -15873301 or 15452685. OLE color: 15452685.

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

Color convert

RGB 13 202 235 -
CMYK 0.94 0.14 0 0.08
HSL 188.92º 0.9% 0.49% -
HSV(B) 188.92º 0.94% 0.92% -
XYZ 36.28 48.32 86.01 -
YUV 149.25 176.38 30.82 -
System Red Green Blue C M Y K H S L
Decimal 13 202 235 0.94 0.14 0 0.08 188.92 0.9 0.49
Hex D CA EB 5E E 0 8 BD 5A 31
Octal 15 312 353 136 16 0 10 275 132 61
Binary 1101 11001010 11101011 1011110 1110 0 1000 10111101 1011010 110001

Color Harmonies of #0DCAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCAEB

Black with #0DCAEB

Text Example


Text Example

White with #0DCAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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