Html Css Color HEX #03DAFF Deep Sky Blue

📋 copy color: '#03DAFF'

red 3 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #03DAFF

Tints of Deep Sky Blue #03DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.8%

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

R = 0.63%
G = 45.8%
B = 53.57%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#03DAFF (or 0x03DAFF) is known color: Deep Sky Blue. HEX triplet: 03, DA and FF. RGB value is (3,218,255). Sum of RGB (Red+Green+Blue) = 3+218+255=476 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #03DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DAFF is #FC2500. Grayscale: #9D9D9D. Windows color (decimal): -16524545 or 16767491. OLE color: 16767491.

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

Color convert

RGB 3 218 255 -
CMYK 0.99 0.15 0 0
HSL 188.81º 1% 0.51% -
HSV(B) 188.81º 0.99% 1% -
XYZ 43.16 57.38 103.41 -
YUV 157.93 182.77 17.49 -
System Red Green Blue C M Y K H S L
Decimal 3 218 255 0.99 0.15 0 0 188.81 1 0.51
Hex 3 DA FF 63 F 0 0 BD 64 33
Octal 3 332 377 143 17 0 0 275 144 63
Binary 11 11011010 11111111 1100011 1111 0 0 10111101 1100100 110011

Color Harmonies of #03DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DAFF

Black with #03DAFF

Text Example


Text Example

White with #03DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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