Html Css Color HEX #03DDFB Deep Sky Blue

📋 copy color: '#03DDFB'

red 3 ◦ green 221 ◦ blue 251

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

Shades of Deep Sky Blue #03DDFB

Tints of Deep Sky Blue #03DDFB

RGB

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

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

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

R = 0.63%
G = 46.53%
B = 52.84%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03DDFB (or 0x03DDFB) is known color: Deep Sky Blue. HEX triplet: 03, DD and FB. RGB value is (3,221,251). Sum of RGB (Red+Green+Blue) = 3+221+251=475 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #03DDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DDFB is #FC2204. Grayscale: #9E9E9E. Windows color (decimal): -16523781 or 16506115. OLE color: 16506115.

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

Color convert

RGB 3 221 251 -
CMYK 0.99 0.12 0 0.02
HSL 187.26º 0.98% 0.5% -
HSV(B) 187.26º 0.99% 0.98% -
XYZ 43.31 58.7 100.31 -
YUV 159.24 179.78 16.56 -
System Red Green Blue C M Y K H S L
Decimal 3 221 251 0.99 0.12 0 0.02 187.26 0.98 0.5
Hex 3 DD FB 63 C 0 2 BB 62 32
Octal 3 335 373 143 14 0 2 273 142 62
Binary 11 11011101 11111011 1100011 1100 0 10 10111011 1100010 110010

Color Harmonies of #03DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DDFB

Black with #03DDFB

Text Example


Text Example

White with #03DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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