Html Css Color HEX #03BAFD Deep Sky Blue

📋 copy color: '#03BAFD'

red 3 ◦ green 186 ◦ blue 253

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

Shades of Deep Sky Blue #03BAFD

Tints of Deep Sky Blue #03BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 0.68%
G = 42.08%
B = 57.24%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03BAFD (or 0x03BAFD) is known color: Deep Sky Blue. HEX triplet: 03, BA and FD. RGB value is (3,186,253). Sum of RGB (Red+Green+Blue) = 3+186+253=442 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #03BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BAFD is #FC4502. Grayscale: #8A8A8A. Windows color (decimal): -16532739 or 16628227. OLE color: 16628227.

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

Color convert

RGB 3 186 253 -
CMYK 0.99 0.26 0 0.01
HSL 196.08º 0.98% 0.5% -
HSV(B) 196.08º 0.99% 0.99% -
XYZ 35.33 42.23 99.22 -
YUV 138.92 192.37 31.05 -
System Red Green Blue C M Y K H S L
Decimal 3 186 253 0.99 0.26 0 0.01 196.08 0.98 0.5
Hex 3 BA FD 63 1A 0 1 C4 62 32
Octal 3 272 375 143 32 0 1 304 142 62
Binary 11 10111010 11111101 1100011 11010 0 1 11000100 1100010 110010

Color Harmonies of #03BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BAFD

Black with #03BAFD

Text Example


Text Example

White with #03BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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