Html Css Color HEX #0DBEEE Deep Sky Blue

📋 copy color: '#0DBEEE'

red 13 ◦ green 190 ◦ blue 238

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

Shades of Deep Sky Blue #0DBEEE

Tints of Deep Sky Blue #0DBEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.97%

R = 2.95%
G = 43.08%
B = 53.97%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DBEEE (or 0x0DBEEE) is known color: Deep Sky Blue. HEX triplet: 0D, BE and EE. RGB value is (13,190,238). Sum of RGB (Red+Green+Blue) = 13+190+238=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #0DBEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBEEE is #F24111. Grayscale: #8E8E8E. Windows color (decimal): -15876370 or 15646221. OLE color: 15646221.

HSL color Cylindrical-coordinate representation of color #0DBEEE: hue angle of 192.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBEEE is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 190 238 -
CMYK 0.95 0.20 0 0.07
HSL 192.8º 0.9% 0.49% -
HSV(B) 192.8º 0.95% 0.93% -
XYZ 34.01 43.09 87.41 -
YUV 142.55 181.86 35.6 -
System Red Green Blue C M Y K H S L
Decimal 13 190 238 0.95 0.20 0 0.07 192.8 0.9 0.49
Hex D BE EE 5F 14 0 7 C1 5A 31
Octal 15 276 356 137 24 0 7 301 132 61
Binary 1101 10111110 11101110 1011111 10100 0 111 11000001 1011010 110001

Color Harmonies of #0DBEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBEEE

Black with #0DBEEE

Text Example


Text Example

White with #0DBEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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