Html Css Color HEX #03BCEA Deep Sky Blue

📋 copy color: '#03BCEA'

red 3 ◦ green 188 ◦ blue 234

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

Shades of Deep Sky Blue #03BCEA

Tints of Deep Sky Blue #03BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.24%

 BLUE value IS 234 (91.8% from 255) = 55.06%

R = 0.71%
G = 44.24%
B = 55.06%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03BCEA (or 0x03BCEA) is known color: Deep Sky Blue. HEX triplet: 03, BC and EA. RGB value is (3,188,234). Sum of RGB (Red+Green+Blue) = 3+188+234=425 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #03BCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BCEA is #FC4315. Grayscale: #898989. Windows color (decimal): -16532246 or 15383555. OLE color: 15383555.

HSL color Cylindrical-coordinate representation of color #03BCEA: hue angle of 191.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCEA is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 188 234 -
CMYK 0.99 0.20 0 0.08
HSL 191.95º 0.97% 0.46% -
HSV(B) 191.95º 0.99% 0.92% -
XYZ 32.87 41.93 84.2 -
YUV 137.93 182.21 31.76 -
System Red Green Blue C M Y K H S L
Decimal 3 188 234 0.99 0.20 0 0.08 191.95 0.97 0.46
Hex 3 BC EA 63 14 0 8 C0 61 2E
Octal 3 274 352 143 24 0 10 300 141 56
Binary 11 10111100 11101010 1100011 10100 0 1000 11000000 1100001 101110

Color Harmonies of #03BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCEA

Black with #03BCEA

Text Example


Text Example

White with #03BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,188,234); }

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

background-color css

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

 a { background-color: rgb(3,188,234); }

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

border-color css

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

 span { border-color: rgb(3,188,234); }

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