Html Css Color HEX #03BFFE Deep Sky Blue

📋 copy color: '#03BFFE'

red 3 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #03BFFE

Tints of Deep Sky Blue #03BFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 0.67%
G = 42.63%
B = 56.7%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#03BFFE (or 0x03BFFE) is known color: Deep Sky Blue. HEX triplet: 03, BF and FE. RGB value is (3,191,254). Sum of RGB (Red+Green+Blue) = 3+191+254=448 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #03BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFFE is #FC4001. Grayscale: #8D8D8D. Windows color (decimal): -16531458 or 16695043. OLE color: 16695043.

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

Color convert

RGB 3 191 254 -
CMYK 0.99 0.25 0 0.00
HSL 195.06º 0.99% 0.5% -
HSV(B) 195.06º 0.99% 1% -
XYZ 36.56 44.44 100.42 -
YUV 141.97 191.22 28.88 -
System Red Green Blue C M Y K H S L
Decimal 3 191 254 0.99 0.25 0 0.00 195.06 0.99 0.5
Hex 3 BF FE 63 19 0 0 C3 63 32
Octal 3 277 376 143 31 0 0 303 143 62
Binary 11 10111111 11111110 1100011 11001 0 0 11000011 1100011 110010

Color Harmonies of #03BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFFE

Black with #03BFFE

Text Example


Text Example

White with #03BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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