Html Css Color HEX #03BAE6 Deep Sky Blue

📋 copy color: '#03BAE6'

red 3 ◦ green 186 ◦ blue 230

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

Shades of Deep Sky Blue #03BAE6

Tints of Deep Sky Blue #03BAE6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.39%

 BLUE value IS 230 (90.23% from 255) = 54.89%

R = 0.72%
G = 44.39%
B = 54.89%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#03BAE6 (or 0x03BAE6) is known color: Deep Sky Blue. HEX triplet: 03, BA and E6. RGB value is (3,186,230). Sum of RGB (Red+Green+Blue) = 3+186+230=419 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #03BAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BAE6 is #FC4519. Grayscale: #878787. Windows color (decimal): -16532762 or 15120899. OLE color: 15120899.

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

Color convert

RGB 3 186 230 -
CMYK 0.99 0.19 0 0.10
HSL 191.63º 0.97% 0.46% -
HSV(B) 191.63º 0.99% 0.9% -
XYZ 31.88 40.85 81.07 -
YUV 136.3 180.87 32.92 -
System Red Green Blue C M Y K H S L
Decimal 3 186 230 0.99 0.19 0 0.10 191.63 0.97 0.46
Hex 3 BA E6 63 13 0 A C0 61 2E
Octal 3 272 346 143 23 0 12 300 141 56
Binary 11 10111010 11100110 1100011 10011 0 1010 11000000 1100001 101110

Color Harmonies of #03BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BAE6

Black with #03BAE6

Text Example


Text Example

White with #03BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,186,230); }

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

background-color css

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

 a { background-color: rgb(3,186,230); }

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

border-color css

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

 span { border-color: rgb(3,186,230); }

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