Html Css Color HEX #03BFFA Deep Sky Blue

📋 copy color: '#03BFFA'

red 3 ◦ green 191 ◦ blue 250

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

Shades of Deep Sky Blue #03BFFA

Tints of Deep Sky Blue #03BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 0.68%
G = 43.02%
B = 56.31%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03BFFA (or 0x03BFFA) is known color: Deep Sky Blue. HEX triplet: 03, BF and FA. RGB value is (3,191,250). Sum of RGB (Red+Green+Blue) = 3+191+250=444 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #03BFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFFA is #FC4005. Grayscale: #8D8D8D. Windows color (decimal): -16531462 or 16432899. OLE color: 16432899.

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

Color convert

RGB 3 191 250 -
CMYK 0.99 0.24 0 0.02
HSL 194.33º 0.98% 0.5% -
HSV(B) 194.33º 0.99% 0.98% -
XYZ 35.92 44.18 97.08 -
YUV 141.51 189.22 29.2 -
System Red Green Blue C M Y K H S L
Decimal 3 191 250 0.99 0.24 0 0.02 194.33 0.98 0.5
Hex 3 BF FA 63 18 0 2 C2 62 32
Octal 3 277 372 143 30 0 2 302 142 62
Binary 11 10111111 11111010 1100011 11000 0 10 11000010 1100010 110010

Color Harmonies of #03BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFFA

Black with #03BFFA

Text Example


Text Example

White with #03BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,191,250); }

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

background-color css

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

 a { background-color: rgb(3,191,250); }

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

border-color css

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

 span { border-color: rgb(3,191,250); }

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