Html Css Color HEX #03BCFB Deep Sky Blue

📋 copy color: '#03BCFB'

red 3 ◦ green 188 ◦ blue 251

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

Shades of Deep Sky Blue #03BCFB

Tints of Deep Sky Blue #03BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.53%

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 0.68%
G = 42.53%
B = 56.79%

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

#03BCFB (or 0x03BCFB) is known color: Deep Sky Blue. HEX triplet: 03, BC and FB. RGB value is (3,188,251). Sum of RGB (Red+Green+Blue) = 3+188+251=442 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #03BCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BCFB is #FC4304. Grayscale: #8B8B8B. Windows color (decimal): -16532229 or 16497667. OLE color: 16497667.

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

Color convert

RGB 3 188 251 -
CMYK 0.99 0.25 0 0.02
HSL 195.24º 0.98% 0.5% -
HSV(B) 195.24º 0.99% 0.98% -
XYZ 35.43 42.95 97.69 -
YUV 139.87 190.71 30.38 -
System Red Green Blue C M Y K H S L
Decimal 3 188 251 0.99 0.25 0 0.02 195.24 0.98 0.5
Hex 3 BC FB 63 19 0 2 C3 62 32
Octal 3 274 373 143 31 0 2 303 142 62
Binary 11 10111100 11111011 1100011 11001 0 10 11000011 1100010 110010

Color Harmonies of #03BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCFB

Black with #03BCFB

Text Example


Text Example

White with #03BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,188,251); }

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

background-color css

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

 a { background-color: rgb(3,188,251); }

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

border-color css

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

 span { border-color: rgb(3,188,251); }

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