Html Css Color HEX #03BAEA Deep Sky Blue

📋 copy color: '#03BAEA'

red 3 ◦ green 186 ◦ blue 234

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

Shades of Deep Sky Blue #03BAEA

Tints of Deep Sky Blue #03BAEA

RGB

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

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

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

R = 0.71%
G = 43.97%
B = 55.32%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03BAEA (or 0x03BAEA) is known color: Deep Sky Blue. HEX triplet: 03, BA and EA. RGB value is (3,186,234). Sum of RGB (Red+Green+Blue) = 3+186+234=423 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #03BAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BAEA is #FC4515. Grayscale: #888888. Windows color (decimal): -16532758 or 15383043. OLE color: 15383043.

HSL color Cylindrical-coordinate representation of color #03BAEA: hue angle of 192.47º 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 #03BAEA is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 186 234 -
CMYK 0.99 0.21 0 0.08
HSL 192.47º 0.97% 0.46% -
HSV(B) 192.47º 0.99% 0.92% -
XYZ 32.45 41.08 84.06 -
YUV 136.76 182.87 32.6 -
System Red Green Blue C M Y K H S L
Decimal 3 186 234 0.99 0.21 0 0.08 192.47 0.97 0.46
Hex 3 BA EA 63 15 0 8 C0 61 2E
Octal 3 272 352 143 25 0 10 300 141 56
Binary 11 10111010 11101010 1100011 10101 0 1000 11000000 1100001 101110

Color Harmonies of #03BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BAEA

Black with #03BAEA

Text Example


Text Example

White with #03BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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