Html Css Color HEX #03BCEF Deep Sky Blue

📋 copy color: '#03BCEF'

red 3 ◦ green 188 ◦ blue 239

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

Shades of Deep Sky Blue #03BCEF

Tints of Deep Sky Blue #03BCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 0.7%
G = 43.72%
B = 55.58%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#03BCEF (or 0x03BCEF) is known color: Deep Sky Blue. HEX triplet: 03, BC and EF. RGB value is (3,188,239). Sum of RGB (Red+Green+Blue) = 3+188+239=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #03BCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BCEF is #FC4310. Grayscale: #8A8A8A. Windows color (decimal): -16532241 or 15711235. OLE color: 15711235.

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

Color convert

RGB 3 188 239 -
CMYK 0.99 0.21 0 0.06
HSL 192.97º 0.98% 0.47% -
HSV(B) 192.97º 0.99% 0.94% -
XYZ 33.6 42.22 88.04 -
YUV 138.5 184.71 31.35 -
System Red Green Blue C M Y K H S L
Decimal 3 188 239 0.99 0.21 0 0.06 192.97 0.98 0.47
Hex 3 BC EF 63 15 0 6 C1 62 2F
Octal 3 274 357 143 25 0 6 301 142 57
Binary 11 10111100 11101111 1100011 10101 0 110 11000001 1100010 101111

Color Harmonies of #03BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCEF

Black with #03BCEF

Text Example


Text Example

White with #03BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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