Html Css Color HEX #01BDFB Deep Sky Blue

📋 copy color: '#01BDFB'

red 1 ◦ green 189 ◦ blue 251

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

Shades of Deep Sky Blue #01BDFB

Tints of Deep Sky Blue #01BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.86%

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 0.23%
G = 42.86%
B = 56.92%

CMYK

 C value IS 1.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01BDFB (or 0x01BDFB) is known color: Deep Sky Blue. HEX triplet: 01, BD and FB. RGB value is (1,189,251). Sum of RGB (Red+Green+Blue) = 1+189+251=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #01BDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BDFB is #FE4204. Grayscale: #8B8B8B. Windows color (decimal): -16663045 or 16497921. OLE color: 16497921.

HSL color Cylindrical-coordinate representation of color #01BDFB: hue angle of 194.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BDFB is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 189 251 -
CMYK 1.00 0.25 0 0.02
HSL 194.88º 0.99% 0.49% -
HSV(B) 194.88º 1% 0.98% -
XYZ 35.62 43.37 97.76 -
YUV 139.86 190.72 28.96 -
System Red Green Blue C M Y K H S L
Decimal 1 189 251 1.00 0.25 0 0.02 194.88 0.99 0.49
Hex 1 BD FB 64 19 0 2 C3 63 31
Octal 1 275 373 144 31 0 2 303 143 61
Binary 1 10111101 11111011 1100100 11001 0 10 11000011 1100011 110001

Color Harmonies of #01BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BDFB

Black with #01BDFB

Text Example


Text Example

White with #01BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,189,251); }

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

background-color css

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

 a { background-color: rgb(1,189,251); }

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

border-color css

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

 span { border-color: rgb(1,189,251); }

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