Html Css Color HEX #0DCBEF Deep Sky Blue

📋 copy color: '#0DCBEF'

red 13 ◦ green 203 ◦ blue 239

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

Shades of Deep Sky Blue #0DCBEF

Tints of Deep Sky Blue #0DCBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 2.86%
G = 44.62%
B = 52.53%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0DCBEF (or 0x0DCBEF) is known color: Deep Sky Blue. HEX triplet: 0D, CB and EF. RGB value is (13,203,239). Sum of RGB (Red+Green+Blue) = 13+203+239=455 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DCBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCBEF is #F23410. Grayscale: #959595. Windows color (decimal): -15873041 or 15715085. OLE color: 15715085.

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

Color convert

RGB 13 203 239 -
CMYK 0.95 0.15 0 0.06
HSL 189.56º 0.9% 0.49% -
HSV(B) 189.56º 0.95% 0.94% -
XYZ 37.1 49.03 89.17 -
YUV 150.29 178.05 30.07 -
System Red Green Blue C M Y K H S L
Decimal 13 203 239 0.95 0.15 0 0.06 189.56 0.9 0.49
Hex D CB EF 5F F 0 6 BE 5A 31
Octal 15 313 357 137 17 0 6 276 132 61
Binary 1101 11001011 11101111 1011111 1111 0 110 10111110 1011010 110001

Color Harmonies of #0DCBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCBEF

Black with #0DCBEF

Text Example


Text Example

White with #0DCBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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