Html Css Color HEX #03BCEB Deep Sky Blue

📋 copy color: '#03BCEB'

red 3 ◦ green 188 ◦ blue 235

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

Shades of Deep Sky Blue #03BCEB

Tints of Deep Sky Blue #03BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 0.7%
G = 44.13%
B = 55.16%

CMYK

 C value IS 0.99

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03BCEB (or 0x03BCEB) is known color: Deep Sky Blue. HEX triplet: 03, BC and EB. RGB value is (3,188,235). Sum of RGB (Red+Green+Blue) = 3+188+235=426 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #03BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BCEB is #FC4314. Grayscale: #898989. Windows color (decimal): -16532245 or 15449091. OLE color: 15449091.

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

Color convert

RGB 3 188 235 -
CMYK 0.99 0.2 0 0.08
HSL 192.16º 0.97% 0.47% -
HSV(B) 192.16º 0.99% 0.92% -
XYZ 33.02 41.98 84.96 -
YUV 138.04 182.71 31.68 -
System Red Green Blue C M Y K H S L
Decimal 3 188 235 0.99 0.2 0 0.08 192.16 0.97 0.47
Hex 3 BC EB 63 14 0 8 C0 61 2F
Octal 3 274 353 143 24 0 10 300 141 57
Binary 11 10111100 11101011 1100011 10100 0 1000 11000000 1100001 101111

Color Harmonies of #03BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCEB

Black with #03BCEB

Text Example


Text Example

White with #03BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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