Html Css Color HEX #0DCEF6 Deep Sky Blue

📋 copy color: '#0DCEF6'

red 13 ◦ green 206 ◦ blue 246

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

Shades of Deep Sky Blue #0DCEF6

Tints of Deep Sky Blue #0DCEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.9%

R = 2.8%
G = 44.3%
B = 52.9%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0DCEF6 (or 0x0DCEF6) is known color: Deep Sky Blue. HEX triplet: 0D, CE and F6. RGB value is (13,206,246). Sum of RGB (Red+Green+Blue) = 13+206+246=465 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #0DCEF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCEF6 is #F23109. Grayscale: #989898. Windows color (decimal): -15872266 or 16174605. OLE color: 16174605.

HSL color Cylindrical-coordinate representation of color #0DCEF6: hue angle of 190.3º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCEF6 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 13 206 246 -
CMYK 0.95 0.16 0 0.04
HSL 190.3º 0.93% 0.51% -
HSV(B) 190.3º 0.95% 0.96% -
XYZ 38.87 50.88 94.96 -
YUV 152.85 180.56 28.25 -
System Red Green Blue C M Y K H S L
Decimal 13 206 246 0.95 0.16 0 0.04 190.3 0.93 0.51
Hex D CE F6 5F 10 0 4 BE 5D 33
Octal 15 316 366 137 20 0 4 276 135 63
Binary 1101 11001110 11110110 1011111 10000 0 100 10111110 1011101 110011

Color Harmonies of #0DCEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCEF6

Black with #0DCEF6

Text Example


Text Example

White with #0DCEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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