Html Css Color HEX #03DDFC Deep Sky Blue

📋 copy color: '#03DDFC'

red 3 ◦ green 221 ◦ blue 252

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

Shades of Deep Sky Blue #03DDFC

Tints of Deep Sky Blue #03DDFC

RGB

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

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

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

R = 0.63%
G = 46.43%
B = 52.94%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03DDFC (or 0x03DDFC) is known color: Deep Sky Blue. HEX triplet: 03, DD and FC. RGB value is (3,221,252). Sum of RGB (Red+Green+Blue) = 3+221+252=476 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #03DDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DDFC is #FC2203. Grayscale: #9F9F9F. Windows color (decimal): -16523780 or 16571651. OLE color: 16571651.

HSL color Cylindrical-coordinate representation of color #03DDFC: hue angle of 187.47º 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 #03DDFC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 221 252 -
CMYK 0.99 0.12 0 0.01
HSL 187.47º 0.98% 0.5% -
HSV(B) 187.47º 0.99% 0.99% -
XYZ 43.46 58.76 101.15 -
YUV 159.35 180.28 16.48 -
System Red Green Blue C M Y K H S L
Decimal 3 221 252 0.99 0.12 0 0.01 187.47 0.98 0.5
Hex 3 DD FC 63 C 0 1 BB 62 32
Octal 3 335 374 143 14 0 1 273 142 62
Binary 11 11011101 11111100 1100011 1100 0 1 10111011 1100010 110010

Color Harmonies of #03DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DDFC

Black with #03DDFC

Text Example


Text Example

White with #03DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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