Html Css Color HEX #03C0F1 Deep Sky Blue

📋 copy color: '#03C0F1'

red 3 ◦ green 192 ◦ blue 241

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

Shades of Deep Sky Blue #03C0F1

Tints of Deep Sky Blue #03C0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.28%

R = 0.69%
G = 44.04%
B = 55.28%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#03C0F1 (or 0x03C0F1) is known color: Deep Sky Blue. HEX triplet: 03, C0 and F1. RGB value is (3,192,241). Sum of RGB (Red+Green+Blue) = 3+192+241=436 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #03C0F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C0F1 is #FC3F0E. Grayscale: #8C8C8C. Windows color (decimal): -16531215 or 15843331. OLE color: 15843331.

HSL color Cylindrical-coordinate representation of color #03C0F1: hue angle of 192.35º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C0F1 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 192 241 -
CMYK 0.99 0.20 0 0.05
HSL 192.35º 0.98% 0.48% -
HSV(B) 192.35º 0.99% 0.95% -
XYZ 34.76 44.07 89.89 -
YUV 141.08 184.38 29.52 -
System Red Green Blue C M Y K H S L
Decimal 3 192 241 0.99 0.20 0 0.05 192.35 0.98 0.48
Hex 3 C0 F1 63 14 0 5 C0 62 30
Octal 3 300 361 143 24 0 5 300 142 60
Binary 11 11000000 11110001 1100011 10100 0 101 11000000 1100010 110000

Color Harmonies of #03C0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C0F1

Black with #03C0F1

Text Example


Text Example

White with #03C0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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