Html Css Color HEX #0DCCFC Deep Sky Blue

📋 copy color: '#0DCCFC'

red 13 ◦ green 204 ◦ blue 252

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

Shades of Deep Sky Blue #0DCCFC

Tints of Deep Sky Blue #0DCCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.73%

R = 2.77%
G = 43.5%
B = 53.73%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0DCCFC (or 0x0DCCFC) is known color: Deep Sky Blue. HEX triplet: 0D, CC and FC. RGB value is (13,204,252). Sum of RGB (Red+Green+Blue) = 13+204+252=469 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DCCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCCFC is #F23303. Grayscale: #979797. Windows color (decimal): -15872772 or 16567309. OLE color: 16567309.

HSL color Cylindrical-coordinate representation of color #0DCCFC: hue angle of 192.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCCFC is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 13 204 252 -
CMYK 0.95 0.19 0 0.01
HSL 192.05º 0.98% 0.52% -
HSV(B) 192.05º 0.95% 0.99% -
XYZ 39.33 50.3 99.73 -
YUV 152.36 184.22 28.6 -
System Red Green Blue C M Y K H S L
Decimal 13 204 252 0.95 0.19 0 0.01 192.05 0.98 0.52
Hex D CC FC 5F 13 0 1 C0 62 34
Octal 15 314 374 137 23 0 1 300 142 64
Binary 1101 11001100 11111100 1011111 10011 0 1 11000000 1100010 110100

Color Harmonies of #0DCCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCFC

Black with #0DCCFC

Text Example


Text Example

White with #0DCCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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