Html Css Color HEX #00BFF1 Deep Sky Blue

📋 copy color: '#00BFF1'

red 0 ◦ green 191 ◦ blue 241

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

Shades of Deep Sky Blue #00BFF1

Tints of Deep Sky Blue #00BFF1

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 44.21%
B = 55.79%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#00BFF1 (or 0x00BFF1) is known color: Deep Sky Blue. HEX triplet: 00, BF and F1. RGB value is (0,191,241). Sum of RGB (Red+Green+Blue) = 0+191+241=432 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #00BFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BFF1 is #FF400E. Grayscale: #8B8B8B. Windows color (decimal): -16728079 or 15843072. OLE color: 15843072.

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

Color convert

RGB 0 191 241 -
CMYK 1 0.21 0 0.05
HSL 192.45º 1% 0.47% -
HSV(B) 192.45º 1% 0.95% -
XYZ 34.51 43.61 89.82 -
YUV 139.59 185.22 28.43 -
System Red Green Blue C M Y K H S L
Decimal 0 191 241 1 0.21 0 0.05 192.45 1 0.47
Hex 0 BF F1 64 15 0 5 C0 64 2F
Octal 0 277 361 144 25 0 5 300 144 57
Binary 0 10111111 11110001 1100100 10101 0 101 11000000 1100100 101111

Color Harmonies of #00BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFF1

Black with #00BFF1

Text Example


Text Example

White with #00BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BFF1; }

 p { color: rgb(0,191,241); }

 H1.HeaderClassName
 {
   color: #00BFF1;
 }
 .AnyTagClassName
 {
   color: #00BFF1;
 }
</style>

background-color css

<style>
 a { background-color: #00BFF1; }

 a { background-color: rgb(0,191,241); }

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

border-color css

<style>
 span { border-color: #00BFF1; }

 span { border-color: rgb(0,191,241); }

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