Html Css Color HEX #03BEEE Deep Sky Blue

📋 copy color: '#03BEEE'

red 3 ◦ green 190 ◦ blue 238

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

Shades of Deep Sky Blue #03BEEE

Tints of Deep Sky Blue #03BEEE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

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

R = 0.7%
G = 44.08%
B = 55.22%

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

#03BEEE (or 0x03BEEE) is known color: Deep Sky Blue. HEX triplet: 03, BE and EE. RGB value is (3,190,238). Sum of RGB (Red+Green+Blue) = 3+190+238=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #03BEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BEEE is #FC4111. Grayscale: #8B8B8B. Windows color (decimal): -16531730 or 15646211. OLE color: 15646211.

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

Color convert

RGB 3 190 238 -
CMYK 0.99 0.20 0 0.07
HSL 192.26º 0.98% 0.47% -
HSV(B) 192.26º 0.99% 0.93% -
XYZ 33.88 43.02 87.41 -
YUV 139.56 183.55 30.6 -
System Red Green Blue C M Y K H S L
Decimal 3 190 238 0.99 0.20 0 0.07 192.26 0.98 0.47
Hex 3 BE EE 63 14 0 7 C0 62 2F
Octal 3 276 356 143 24 0 7 300 142 57
Binary 11 10111110 11101110 1100011 10100 0 111 11000000 1100010 101111

Color Harmonies of #03BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BEEE

Black with #03BEEE

Text Example


Text Example

White with #03BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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