Html Css Color HEX #0DCFEC Deep Sky Blue

📋 copy color: '#0DCFEC'

red 13 ◦ green 207 ◦ blue 236

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

Shades of Deep Sky Blue #0DCFEC

Tints of Deep Sky Blue #0DCFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.39%

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 2.85%
G = 45.39%
B = 51.75%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DCFEC (or 0x0DCFEC) is known color: Deep Sky Blue. HEX triplet: 0D, CF and EC. RGB value is (13,207,236). Sum of RGB (Red+Green+Blue) = 13+207+236=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #0DCFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCFEC is #F23013. Grayscale: #979797. Windows color (decimal): -15872020 or 15519501. OLE color: 15519501.

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

Color convert

RGB 13 207 236 -
CMYK 0.94 0.12 0 0.07
HSL 187.8º 0.9% 0.49% -
HSV(B) 187.8º 0.94% 0.93% -
XYZ 37.62 50.77 87.17 -
YUV 152.3 175.23 28.64 -
System Red Green Blue C M Y K H S L
Decimal 13 207 236 0.94 0.12 0 0.07 187.8 0.9 0.49
Hex D CF EC 5E C 0 7 BC 5A 31
Octal 15 317 354 136 14 0 7 274 132 61
Binary 1101 11001111 11101100 1011110 1100 0 111 10111100 1011010 110001

Color Harmonies of #0DCFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCFEC

Black with #0DCFEC

Text Example


Text Example

White with #0DCFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,207,236); }

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

background-color css

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

 a { background-color: rgb(13,207,236); }

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

border-color css

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

 span { border-color: rgb(13,207,236); }

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