Html Css Color HEX #00BFE5 Deep Sky Blue

📋 copy color: '#00BFE5'

red 0 ◦ green 191 ◦ blue 229

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

Shades of Deep Sky Blue #00BFE5

Tints of Deep Sky Blue #00BFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.52%

R = 0%
G = 45.48%
B = 54.52%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#00BFE5 (or 0x00BFE5) is known color: Deep Sky Blue. HEX triplet: 00, BF and E5. RGB value is (0,191,229). Sum of RGB (Red+Green+Blue) = 0+191+229=420 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 229 (89.84% from 255 or 54.52% from 420); Max value from RGB is 229 - color contains mainly: blue. Hex color #00BFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFE5 is #FF401A. Grayscale: #898989. Windows color (decimal): -16728091 or 15056640. OLE color: 15056640.

HSL color Cylindrical-coordinate representation of color #00BFE5: hue angle of 189.96º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFE5 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 191 229 -
CMYK 1 0.17 0 0.10
HSL 189.96º 1% 0.45% -
HSV(B) 189.96º 1% 0.9% -
XYZ 32.77 42.92 80.69 -
YUV 138.22 179.22 29.41 -
System Red Green Blue C M Y K H S L
Decimal 0 191 229 1 0.17 0 0.10 189.96 1 0.45
Hex 0 BF E5 64 11 0 A BE 64 2D
Octal 0 277 345 144 21 0 12 276 144 55
Binary 0 10111111 11100101 1100100 10001 0 1010 10111110 1100100 101101

Color Harmonies of #00BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFE5

Black with #00BFE5

Text Example


Text Example

White with #00BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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