Html Css Color HEX #0DCCFD Deep Sky Blue

📋 copy color: '#0DCCFD'

red 13 ◦ green 204 ◦ blue 253

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

Shades of Deep Sky Blue #0DCCFD

Tints of Deep Sky Blue #0DCCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.83%

R = 2.77%
G = 43.4%
B = 53.83%

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

#0DCCFD (or 0x0DCCFD) is known color: Deep Sky Blue. HEX triplet: 0D, CC and FD. RGB value is (13,204,253). Sum of RGB (Red+Green+Blue) = 13+204+253=470 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DCCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCCFD is #F23302. Grayscale: #989898. Windows color (decimal): -15872771 or 16632845. OLE color: 16632845.

HSL color Cylindrical-coordinate representation of color #0DCCFD: hue angle of 192.25º 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 #0DCCFD is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 13 204 253 -
CMYK 0.95 0.19 0 0.01
HSL 192.25º 0.98% 0.52% -
HSV(B) 192.25º 0.95% 0.99% -
XYZ 39.49 50.36 100.57 -
YUV 152.48 184.72 28.52 -
System Red Green Blue C M Y K H S L
Decimal 13 204 253 0.95 0.19 0 0.01 192.25 0.98 0.52
Hex D CC FD 5F 13 0 1 C0 62 34
Octal 15 314 375 137 23 0 1 300 142 64
Binary 1101 11001100 11111101 1011111 10011 0 1 11000000 1100010 110100

Color Harmonies of #0DCCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCFD

Black with #0DCCFD

Text Example


Text Example

White with #0DCCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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