Html Css Color HEX #03C1F5 Deep Sky Blue

📋 copy color: '#03C1F5'

red 3 ◦ green 193 ◦ blue 245

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

Shades of Deep Sky Blue #03C1F5

Tints of Deep Sky Blue #03C1F5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.76%

 BLUE value IS 245 (96.09% from 255) = 55.56%

R = 0.68%
G = 43.76%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#03C1F5 (or 0x03C1F5) is known color: Deep Sky Blue. HEX triplet: 03, C1 and F5. RGB value is (3,193,245). Sum of RGB (Red+Green+Blue) = 3+193+245=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #03C1F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C1F5 is #FC3E0A. Grayscale: #8D8D8D. Windows color (decimal): -16530955 or 16105731. OLE color: 16105731.

HSL color Cylindrical-coordinate representation of color #03C1F5: hue angle of 192.89º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C1F5 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 193 245 -
CMYK 0.99 0.21 0 0.04
HSL 192.89º 0.98% 0.49% -
HSV(B) 192.89º 0.99% 0.96% -
XYZ 35.59 44.75 93.15 -
YUV 142.12 186.05 28.77 -
System Red Green Blue C M Y K H S L
Decimal 3 193 245 0.99 0.21 0 0.04 192.89 0.98 0.49
Hex 3 C1 F5 63 15 0 4 C1 62 31
Octal 3 301 365 143 25 0 4 301 142 61
Binary 11 11000001 11110101 1100011 10101 0 100 11000001 1100010 110001

Color Harmonies of #03C1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C1F5

Black with #03C1F5

Text Example


Text Example

White with #03C1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,193,245); }

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

background-color css

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

 a { background-color: rgb(3,193,245); }

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

border-color css

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

 span { border-color: rgb(3,193,245); }

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