Html Css Color HEX #01BFEA Deep Sky Blue

📋 copy color: '#01BFEA'

red 1 ◦ green 191 ◦ blue 234

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

Shades of Deep Sky Blue #01BFEA

Tints of Deep Sky Blue #01BFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 44.84%

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 0.23%
G = 44.84%
B = 54.93%

CMYK

 C value IS 1.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#01BFEA (or 0x01BFEA) is known color: Deep Sky Blue. HEX triplet: 01, BF and EA. RGB value is (1,191,234). Sum of RGB (Red+Green+Blue) = 1+191+234=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #01BFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BFEA is #FE4015. Grayscale: #8A8A8A. Windows color (decimal): -16662550 or 15384321. OLE color: 15384321.

HSL color Cylindrical-coordinate representation of color #01BFEA: hue angle of 191.07º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFEA is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 191 234 -
CMYK 1.00 0.18 0 0.08
HSL 191.07º 0.99% 0.46% -
HSV(B) 191.07º 1% 0.92% -
XYZ 33.49 43.21 84.42 -
YUV 139.09 181.55 29.5 -
System Red Green Blue C M Y K H S L
Decimal 1 191 234 1.00 0.18 0 0.08 191.07 0.99 0.46
Hex 1 BF EA 64 12 0 8 BF 63 2E
Octal 1 277 352 144 22 0 10 277 143 56
Binary 1 10111111 11101010 1100100 10010 0 1000 10111111 1100011 101110

Color Harmonies of #01BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFEA

Black with #01BFEA

Text Example


Text Example

White with #01BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,191,234); }

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

background-color css

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

 a { background-color: rgb(1,191,234); }

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

border-color css

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

 span { border-color: rgb(1,191,234); }

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