Html Css Color HEX #00BFFE Deep Sky Blue

📋 copy color: '#00BFFE'

red 0 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #00BFFE

Tints of Deep Sky Blue #00BFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 0%
G = 42.92%
B = 57.08%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#00BFFE (or 0x00BFFE) is known color: Deep Sky Blue. HEX triplet: 00, BF and FE. RGB value is (0,191,254). Sum of RGB (Red+Green+Blue) = 0+191+254=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #00BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BFFE is #FF4001. Grayscale: #8C8C8C. Windows color (decimal): -16728066 or 16695040. OLE color: 16695040.

HSL color Cylindrical-coordinate representation of color #00BFFE: hue angle of 194.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFFE is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 191 254 -
CMYK 1 0.25 0 0.00
HSL 194.88º 1% 0.5% -
HSV(B) 194.88º 1% 1% -
XYZ 36.52 44.42 100.41 -
YUV 141.07 191.72 27.38 -
System Red Green Blue C M Y K H S L
Decimal 0 191 254 1 0.25 0 0.00 194.88 1 0.5
Hex 0 BF FE 64 19 0 0 C3 64 32
Octal 0 277 376 144 31 0 0 303 144 62
Binary 0 10111111 11111110 1100100 11001 0 0 11000011 1100100 110010

Color Harmonies of #00BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFFE

Black with #00BFFE

Text Example


Text Example

White with #00BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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