Html Css Color HEX #03BEFA Deep Sky Blue

📋 copy color: '#03BEFA'

red 3 ◦ green 190 ◦ blue 250

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

Shades of Deep Sky Blue #03BEFA

Tints of Deep Sky Blue #03BEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.89%

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

R = 0.68%
G = 42.89%
B = 56.43%

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

#03BEFA (or 0x03BEFA) is known color: Deep Sky Blue. HEX triplet: 03, BE and FA. RGB value is (3,190,250). Sum of RGB (Red+Green+Blue) = 3+190+250=443 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #03BEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BEFA is #FC4105. Grayscale: #8C8C8C. Windows color (decimal): -16531718 or 16432643. OLE color: 16432643.

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

Color convert

RGB 3 190 250 -
CMYK 0.99 0.24 0 0.02
HSL 194.57º 0.98% 0.5% -
HSV(B) 194.57º 0.99% 0.98% -
XYZ 35.71 43.75 97 -
YUV 140.93 189.55 29.62 -
System Red Green Blue C M Y K H S L
Decimal 3 190 250 0.99 0.24 0 0.02 194.57 0.98 0.5
Hex 3 BE FA 63 18 0 2 C3 62 32
Octal 3 276 372 143 30 0 2 303 142 62
Binary 11 10111110 11111010 1100011 11000 0 10 11000011 1100010 110010

Color Harmonies of #03BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BEFA

Black with #03BEFA

Text Example


Text Example

White with #03BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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