Html Css Color HEX #01BCF5 Deep Sky Blue

📋 copy color: '#01BCF5'

red 1 ◦ green 188 ◦ blue 245

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

Shades of Deep Sky Blue #01BCF5

Tints of Deep Sky Blue #01BCF5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

 BLUE value IS 245 (96.09% from 255) = 56.45%

R = 0.23%
G = 43.32%
B = 56.45%

CMYK

 C value IS 1.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#01BCF5 (or 0x01BCF5) is known color: Deep Sky Blue. HEX triplet: 01, BC and F5. RGB value is (1,188,245). Sum of RGB (Red+Green+Blue) = 1+188+245=434 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 245 (96.09% from 255 or 56.45% from 434); Max value from RGB is 245 - color contains mainly: blue. Hex color #01BCF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BCF5 is #FE430A. Grayscale: #8A8A8A. Windows color (decimal): -16663307 or 16104449. OLE color: 16104449.

HSL color Cylindrical-coordinate representation of color #01BCF5: hue angle of 194.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCF5 is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 188 245 -
CMYK 1.00 0.23 0 0.04
HSL 194.02º 0.99% 0.48% -
HSV(B) 194.02º 1% 0.96% -
XYZ 34.48 42.57 92.79 -
YUV 138.59 188.05 29.87 -
System Red Green Blue C M Y K H S L
Decimal 1 188 245 1.00 0.23 0 0.04 194.02 0.99 0.48
Hex 1 BC F5 64 17 0 4 C2 63 30
Octal 1 274 365 144 27 0 4 302 143 60
Binary 1 10111100 11110101 1100100 10111 0 100 11000010 1100011 110000

Color Harmonies of #01BCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCF5

Black with #01BCF5

Text Example


Text Example

White with #01BCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,188,245); }

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

background-color css

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

 a { background-color: rgb(1,188,245); }

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

border-color css

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

 span { border-color: rgb(1,188,245); }

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