Html Css Color HEX #03BAF9 Deep Sky Blue

📋 copy color: '#03BAF9'

red 3 ◦ green 186 ◦ blue 249

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

Shades of Deep Sky Blue #03BAF9

Tints of Deep Sky Blue #03BAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.85%

R = 0.68%
G = 42.47%
B = 56.85%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03BAF9 (or 0x03BAF9) is known color: Deep Sky Blue. HEX triplet: 03, BA and F9. RGB value is (3,186,249). Sum of RGB (Red+Green+Blue) = 3+186+249=438 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #03BAF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BAF9 is #FC4506. Grayscale: #8A8A8A. Windows color (decimal): -16532743 or 16366083. OLE color: 16366083.

HSL color Cylindrical-coordinate representation of color #03BAF9: hue angle of 195.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BAF9 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 186 249 -
CMYK 0.99 0.25 0 0.02
HSL 195.37º 0.98% 0.49% -
HSV(B) 195.37º 0.99% 0.98% -
XYZ 34.7 41.98 95.9 -
YUV 138.47 190.37 31.38 -
System Red Green Blue C M Y K H S L
Decimal 3 186 249 0.99 0.25 0 0.02 195.37 0.98 0.49
Hex 3 BA F9 63 19 0 2 C3 62 31
Octal 3 272 371 143 31 0 2 303 142 61
Binary 11 10111010 11111001 1100011 11001 0 10 11000011 1100010 110001

Color Harmonies of #03BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BAF9

Black with #03BAF9

Text Example


Text Example

White with #03BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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