Html Css Color HEX #03DEFF Deep Sky Blue

📋 copy color: '#03DEFF'

red 3 ◦ green 222 ◦ blue 255

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

Shades of Deep Sky Blue #03DEFF

Tints of Deep Sky Blue #03DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.25%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 0.63%
G = 46.25%
B = 53.13%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#03DEFF (or 0x03DEFF) is known color: Deep Sky Blue. HEX triplet: 03, DE and FF. RGB value is (3,222,255). Sum of RGB (Red+Green+Blue) = 3+222+255=480 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #03DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DEFF is #FC2100. Grayscale: #9F9F9F. Windows color (decimal): -16523521 or 16768515. OLE color: 16768515.

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

Color convert

RGB 3 222 255 -
CMYK 0.99 0.13 0 0
HSL 187.86º 1% 0.51% -
HSV(B) 187.86º 0.99% 1% -
XYZ 44.21 59.48 103.76 -
YUV 160.28 181.45 15.82 -
System Red Green Blue C M Y K H S L
Decimal 3 222 255 0.99 0.13 0 0 187.86 1 0.51
Hex 3 DE FF 63 D 0 0 BC 64 33
Octal 3 336 377 143 15 0 0 274 144 63
Binary 11 11011110 11111111 1100011 1101 0 0 10111100 1100100 110011

Color Harmonies of #03DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DEFF

Black with #03DEFF

Text Example


Text Example

White with #03DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,222,255); }

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

background-color css

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

 a { background-color: rgb(3,222,255); }

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

border-color css

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

 span { border-color: rgb(3,222,255); }

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