Html Css Color HEX #03C0FF Deep Sky Blue

📋 copy color: '#03C0FF'

red 3 ◦ green 192 ◦ blue 255

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

Shades of Deep Sky Blue #03C0FF

Tints of Deep Sky Blue #03C0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

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

R = 0.67%
G = 42.67%
B = 56.67%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#03C0FF (or 0x03C0FF) is known color: Deep Sky Blue. HEX triplet: 03, C0 and FF. RGB value is (3,192,255). Sum of RGB (Red+Green+Blue) = 3+192+255=450 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #03C0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C0FF is #FC3F00. Grayscale: #8E8E8E. Windows color (decimal): -16531201 or 16760835. OLE color: 16760835.

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

Color convert

RGB 3 192 255 -
CMYK 0.99 0.25 0 0
HSL 195º 1% 0.51% -
HSV(B) 195º 0.99% 1% -
XYZ 36.94 44.94 101.34 -
YUV 142.67 191.38 28.38 -
System Red Green Blue C M Y K H S L
Decimal 3 192 255 0.99 0.25 0 0 195 1 0.51
Hex 3 C0 FF 63 19 0 0 C3 64 33
Octal 3 300 377 143 31 0 0 303 144 63
Binary 11 11000000 11111111 1100011 11001 0 0 11000011 1100100 110011

Color Harmonies of #03C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C0FF

Black with #03C0FF

Text Example


Text Example

White with #03C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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