Html Css Color HEX #0DCCFB Deep Sky Blue

📋 copy color: '#0DCCFB'

red 13 ◦ green 204 ◦ blue 251

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

Shades of Deep Sky Blue #0DCCFB

Tints of Deep Sky Blue #0DCCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 2.78%
G = 43.59%
B = 53.63%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DCCFB (or 0x0DCCFB) is known color: Deep Sky Blue. HEX triplet: 0D, CC and FB. RGB value is (13,204,251). Sum of RGB (Red+Green+Blue) = 13+204+251=468 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DCCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCCFB is #F23304. Grayscale: #979797. Windows color (decimal): -15872773 or 16501773. OLE color: 16501773.

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

Color convert

RGB 13 204 251 -
CMYK 0.95 0.19 0 0.02
HSL 191.85º 0.97% 0.52% -
HSV(B) 191.85º 0.95% 0.98% -
XYZ 39.17 50.24 98.9 -
YUV 152.25 183.72 28.68 -
System Red Green Blue C M Y K H S L
Decimal 13 204 251 0.95 0.19 0 0.02 191.85 0.97 0.52
Hex D CC FB 5F 13 0 2 C0 61 34
Octal 15 314 373 137 23 0 2 300 141 64
Binary 1101 11001100 11111011 1011111 10011 0 10 11000000 1100001 110100

Color Harmonies of #0DCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCFB

Black with #0DCCFB

Text Example


Text Example

White with #0DCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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