Html Css Color HEX #03BAF8 Deep Sky Blue

📋 copy color: '#03BAF8'

red 3 ◦ green 186 ◦ blue 248

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

Shades of Deep Sky Blue #03BAF8

Tints of Deep Sky Blue #03BAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.75%

R = 0.69%
G = 42.56%
B = 56.75%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#03BAF8 (or 0x03BAF8) is known color: Deep Sky Blue. HEX triplet: 03, BA and F8. RGB value is (3,186,248). Sum of RGB (Red+Green+Blue) = 3+186+248=437 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #03BAF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BAF8 is #FC4507. Grayscale: #898989. Windows color (decimal): -16532744 or 16300547. OLE color: 16300547.

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

Color convert

RGB 3 186 248 -
CMYK 0.99 0.25 0 0.03
HSL 195.18º 0.98% 0.49% -
HSV(B) 195.18º 0.99% 0.97% -
XYZ 34.54 41.91 95.08 -
YUV 138.35 189.87 31.46 -
System Red Green Blue C M Y K H S L
Decimal 3 186 248 0.99 0.25 0 0.03 195.18 0.98 0.49
Hex 3 BA F8 63 19 0 3 C3 62 31
Octal 3 272 370 143 31 0 3 303 142 61
Binary 11 10111010 11111000 1100011 11001 0 11 11000011 1100010 110001

Color Harmonies of #03BAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BAF8

Black with #03BAF8

Text Example


Text Example

White with #03BAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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