Html Css Color HEX #01BEE6 Deep Sky Blue

📋 copy color: '#01BEE6'

red 1 ◦ green 190 ◦ blue 230

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

Shades of Deep Sky Blue #01BEE6

Tints of Deep Sky Blue #01BEE6

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

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

 BLUE value IS 230 (90.23% from 255) = 54.63%

R = 0.24%
G = 45.13%
B = 54.63%

CMYK

 C value IS 1.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#01BEE6 (or 0x01BEE6) is known color: Deep Sky Blue. HEX triplet: 01, BE and E6. RGB value is (1,190,230). Sum of RGB (Red+Green+Blue) = 1+190+230=421 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #01BEE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BEE6 is #FE4119. Grayscale: #898989. Windows color (decimal): -16662810 or 15121921. OLE color: 15121921.

HSL color Cylindrical-coordinate representation of color #01BEE6: hue angle of 190.48º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BEE6 is Cyan = 1.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 190 230 -
CMYK 1.00 0.17 0 0.10
HSL 190.48º 0.99% 0.45% -
HSV(B) 190.48º 1% 0.9% -
XYZ 32.71 42.55 81.35 -
YUV 138.05 179.88 30.25 -
System Red Green Blue C M Y K H S L
Decimal 1 190 230 1.00 0.17 0 0.10 190.48 0.99 0.45
Hex 1 BE E6 64 11 0 A BE 63 2D
Octal 1 276 346 144 21 0 12 276 143 55
Binary 1 10111110 11100110 1100100 10001 0 1010 10111110 1100011 101101

Color Harmonies of #01BEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEE6

Black with #01BEE6

Text Example


Text Example

White with #01BEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BEE6; }

 p { color: rgb(1,190,230); }

 H1.HeaderClassName
 {
   color: #01BEE6;
 }
 .AnyTagClassName
 {
   color: #01BEE6;
 }
</style>

background-color css

<style>
 a { background-color: #01BEE6; }

 a { background-color: rgb(1,190,230); }

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

border-color css

<style>
 span { border-color: #01BEE6; }

 span { border-color: rgb(1,190,230); }

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