Html Css Color HEX #0DCCFF Deep Sky Blue

📋 copy color: '#0DCCFF'

red 13 ◦ green 204 ◦ blue 255

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

Shades of Deep Sky Blue #0DCCFF

Tints of Deep Sky Blue #0DCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.22%

 BLUE value IS 255 (100% from 255) = 54.03%

R = 2.75%
G = 43.22%
B = 54.03%

CMYK

 C value IS 0.95

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0DCCFF (or 0x0DCCFF) is known color: Deep Sky Blue. HEX triplet: 0D, CC and FF. RGB value is (13,204,255). Sum of RGB (Red+Green+Blue) = 13+204+255=472 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DCCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCCFF is #F23300. Grayscale: #989898. Windows color (decimal): -15872769 or 16763917. OLE color: 16763917.

HSL color Cylindrical-coordinate representation of color #0DCCFF: hue angle of 192.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCCFF is Cyan = 0.95, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 13 204 255 -
CMYK 0.95 0.2 0 0
HSL 192.64º 1% 0.53% -
HSV(B) 192.64º 0.95% 1% -
XYZ 39.81 50.49 102.26 -
YUV 152.71 185.72 28.35 -
System Red Green Blue C M Y K H S L
Decimal 13 204 255 0.95 0.2 0 0 192.64 1 0.53
Hex D CC FF 5F 14 0 0 C1 64 35
Octal 15 314 377 137 24 0 0 301 144 65
Binary 1101 11001100 11111111 1011111 10100 0 0 11000001 1100100 110101

Color Harmonies of #0DCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCFF

Black with #0DCCFF

Text Example


Text Example

White with #0DCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,204,255); }

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

background-color css

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

 a { background-color: rgb(13,204,255); }

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

border-color css

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

 span { border-color: rgb(13,204,255); }

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