Html Css Color HEX #03BFEA Deep Sky Blue

📋 copy color: '#03BFEA'

red 3 ◦ green 191 ◦ blue 234

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

Shades of Deep Sky Blue #03BFEA

Tints of Deep Sky Blue #03BFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 0.7%
G = 44.63%
B = 54.67%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03BFEA (or 0x03BFEA) is known color: Deep Sky Blue. HEX triplet: 03, BF and EA. RGB value is (3,191,234). Sum of RGB (Red+Green+Blue) = 3+191+234=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #03BFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFEA is #FC4015. Grayscale: #8B8B8B. Windows color (decimal): -16531478 or 15384323. OLE color: 15384323.

HSL color Cylindrical-coordinate representation of color #03BFEA: hue angle of 191.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFEA is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 191 234 -
CMYK 0.99 0.18 0 0.08
HSL 191.17º 0.97% 0.46% -
HSV(B) 191.17º 0.99% 0.92% -
XYZ 33.52 43.22 84.42 -
YUV 139.69 181.22 30.5 -
System Red Green Blue C M Y K H S L
Decimal 3 191 234 0.99 0.18 0 0.08 191.17 0.97 0.46
Hex 3 BF EA 63 12 0 8 BF 61 2E
Octal 3 277 352 143 22 0 10 277 141 56
Binary 11 10111111 11101010 1100011 10010 0 1000 10111111 1100001 101110

Color Harmonies of #03BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFEA

Black with #03BFEA

Text Example


Text Example

White with #03BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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