Html Css Color HEX #03BFEE Deep Sky Blue

📋 copy color: '#03BFEE'

red 3 ◦ green 191 ◦ blue 238

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

Shades of Deep Sky Blue #03BFEE

Tints of Deep Sky Blue #03BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.09%

R = 0.69%
G = 44.21%
B = 55.09%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03BFEE (or 0x03BFEE) is known color: Deep Sky Blue. HEX triplet: 03, BF and EE. RGB value is (3,191,238). Sum of RGB (Red+Green+Blue) = 3+191+238=432 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #03BFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFEE is #FC4011. Grayscale: #8B8B8B. Windows color (decimal): -16531474 or 15646467. OLE color: 15646467.

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

Color convert

RGB 3 191 238 -
CMYK 0.99 0.20 0 0.07
HSL 192º 0.98% 0.47% -
HSV(B) 192º 0.99% 0.93% -
XYZ 34.1 43.45 87.48 -
YUV 140.15 183.22 30.18 -
System Red Green Blue C M Y K H S L
Decimal 3 191 238 0.99 0.20 0 0.07 192 0.98 0.47
Hex 3 BF EE 63 14 0 7 C0 62 2F
Octal 3 277 356 143 24 0 7 300 142 57
Binary 11 10111111 11101110 1100011 10100 0 111 11000000 1100010 101111

Color Harmonies of #03BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFEE

Black with #03BFEE

Text Example


Text Example

White with #03BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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