Html Css Color HEX #01BCF1 Deep Sky Blue

📋 copy color: '#01BCF1'

red 1 ◦ green 188 ◦ blue 241

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

Shades of Deep Sky Blue #01BCF1

Tints of Deep Sky Blue #01BCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.05%

R = 0.23%
G = 43.72%
B = 56.05%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01BCF1 (or 0x01BCF1) is known color: Deep Sky Blue. HEX triplet: 01, BC and F1. RGB value is (1,188,241). Sum of RGB (Red+Green+Blue) = 1+188+241=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #01BCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BCF1 is #FE430E. Grayscale: #898989. Windows color (decimal): -16663311 or 15842305. OLE color: 15842305.

HSL color Cylindrical-coordinate representation of color #01BCF1: hue angle of 193.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCF1 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 188 241 -
CMYK 1.00 0.22 0 0.05
HSL 193.25º 0.99% 0.47% -
HSV(B) 193.25º 1% 0.95% -
XYZ 33.87 42.32 89.6 -
YUV 138.13 186.05 30.19 -
System Red Green Blue C M Y K H S L
Decimal 1 188 241 1.00 0.22 0 0.05 193.25 0.99 0.47
Hex 1 BC F1 64 16 0 5 C1 63 2F
Octal 1 274 361 144 26 0 5 301 143 57
Binary 1 10111100 11110001 1100100 10110 0 101 11000001 1100011 101111

Color Harmonies of #01BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCF1

Black with #01BCF1

Text Example


Text Example

White with #01BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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