Html Css Color HEX #03BFED Deep Sky Blue

📋 copy color: '#03BFED'

red 3 ◦ green 191 ◦ blue 237

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

Shades of Deep Sky Blue #03BFED

Tints of Deep Sky Blue #03BFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 0.7%
G = 44.32%
B = 54.99%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03BFED (or 0x03BFED) is known color: Deep Sky Blue. HEX triplet: 03, BF and ED. RGB value is (3,191,237). Sum of RGB (Red+Green+Blue) = 3+191+237=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #03BFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFED is #FC4012. Grayscale: #8B8B8B. Windows color (decimal): -16531475 or 15580931. OLE color: 15580931.

HSL color Cylindrical-coordinate representation of color #03BFED: hue angle of 191.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFED is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 191 237 -
CMYK 0.99 0.19 0 0.07
HSL 191.79º 0.98% 0.47% -
HSV(B) 191.79º 0.99% 0.93% -
XYZ 33.95 43.4 86.71 -
YUV 140.03 182.72 30.26 -
System Red Green Blue C M Y K H S L
Decimal 3 191 237 0.99 0.19 0 0.07 191.79 0.98 0.47
Hex 3 BF ED 63 13 0 7 C0 62 2F
Octal 3 277 355 143 23 0 7 300 142 57
Binary 11 10111111 11101101 1100011 10011 0 111 11000000 1100010 101111

Color Harmonies of #03BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFED

Black with #03BFED

Text Example


Text Example

White with #03BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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