Html Css Color HEX #0DCCF3 Deep Sky Blue

📋 copy color: '#0DCCF3'

red 13 ◦ green 204 ◦ blue 243

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

Shades of Deep Sky Blue #0DCCF3

Tints of Deep Sky Blue #0DCCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.83%

R = 2.83%
G = 44.35%
B = 52.83%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0DCCF3 (or 0x0DCCF3) is known color: Deep Sky Blue. HEX triplet: 0D, CC and F3. RGB value is (13,204,243). Sum of RGB (Red+Green+Blue) = 13+204+243=460 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #0DCCF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCCF3 is #F2330C. Grayscale: #969696. Windows color (decimal): -15872781 or 15977485. OLE color: 15977485.

HSL color Cylindrical-coordinate representation of color #0DCCF3: hue angle of 190.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCCF3 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 13 204 243 -
CMYK 0.95 0.16 0 0.05
HSL 190.17º 0.91% 0.5% -
HSV(B) 190.17º 0.95% 0.95% -
XYZ 37.94 49.74 92.4 -
YUV 151.34 179.72 29.33 -
System Red Green Blue C M Y K H S L
Decimal 13 204 243 0.95 0.16 0 0.05 190.17 0.91 0.5
Hex D CC F3 5F 10 0 5 BE 5B 32
Octal 15 314 363 137 20 0 5 276 133 62
Binary 1101 11001100 11110011 1011111 10000 0 101 10111110 1011011 110010

Color Harmonies of #0DCCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCF3

Black with #0DCCF3

Text Example


Text Example

White with #0DCCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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