Html Css Color HEX #03C1EE Deep Sky Blue

📋 copy color: '#03C1EE'

red 3 ◦ green 193 ◦ blue 238

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

Shades of Deep Sky Blue #03C1EE

Tints of Deep Sky Blue #03C1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.84%

R = 0.69%
G = 44.47%
B = 54.84%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03C1EE (or 0x03C1EE) is known color: Deep Sky Blue. HEX triplet: 03, C1 and EE. RGB value is (3,193,238). Sum of RGB (Red+Green+Blue) = 3+193+238=434 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #03C1EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C1EE is #FC3E11. Grayscale: #8C8C8C. Windows color (decimal): -16530962 or 15646979. OLE color: 15646979.

HSL color Cylindrical-coordinate representation of color #03C1EE: hue angle of 191.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C1EE is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 193 238 -
CMYK 0.99 0.19 0 0.07
HSL 191.49º 0.98% 0.47% -
HSV(B) 191.49º 0.99% 0.93% -
XYZ 34.54 44.33 87.63 -
YUV 141.32 182.55 29.34 -
System Red Green Blue C M Y K H S L
Decimal 3 193 238 0.99 0.19 0 0.07 191.49 0.98 0.47
Hex 3 C1 EE 63 13 0 7 BF 62 2F
Octal 3 301 356 143 23 0 7 277 142 57
Binary 11 11000001 11101110 1100011 10011 0 111 10111111 1100010 101111

Color Harmonies of #03C1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C1EE

Black with #03C1EE

Text Example


Text Example

White with #03C1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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