Html Css Color HEX #03DDFD Deep Sky Blue

📋 copy color: '#03DDFD'

red 3 ◦ green 221 ◦ blue 253

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

Shades of Deep Sky Blue #03DDFD

Tints of Deep Sky Blue #03DDFD

RGB

 RED value IS 3 (1.56% from 255) = 0.63%

 GREEN value IS 221 (86.72% from 255) = 46.33%

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

R = 0.63%
G = 46.33%
B = 53.04%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03DDFD (or 0x03DDFD) is known color: Deep Sky Blue. HEX triplet: 03, DD and FD. RGB value is (3,221,253). Sum of RGB (Red+Green+Blue) = 3+221+253=477 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #03DDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DDFD is #FC2202. Grayscale: #9F9F9F. Windows color (decimal): -16523779 or 16637187. OLE color: 16637187.

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

Color convert

RGB 3 221 253 -
CMYK 0.99 0.13 0 0.01
HSL 187.68º 0.98% 0.5% -
HSV(B) 187.68º 0.99% 0.99% -
XYZ 43.62 58.82 101.98 -
YUV 159.47 180.78 16.4 -
System Red Green Blue C M Y K H S L
Decimal 3 221 253 0.99 0.13 0 0.01 187.68 0.98 0.5
Hex 3 DD FD 63 D 0 1 BC 62 32
Octal 3 335 375 143 15 0 1 274 142 62
Binary 11 11011101 11111101 1100011 1101 0 1 10111100 1100010 110010

Color Harmonies of #03DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DDFD

Black with #03DDFD

Text Example


Text Example

White with #03DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03DDFD; }

 p { color: rgb(3,221,253); }

 H1.HeaderClassName
 {
   color: #03DDFD;
 }
 .AnyTagClassName
 {
   color: #03DDFD;
 }
</style>

background-color css

<style>
 a { background-color: #03DDFD; }

 a { background-color: rgb(3,221,253); }

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

border-color css

<style>
 span { border-color: #03DDFD; }

 span { border-color: rgb(3,221,253); }

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