Html Css Color HEX #00BEFA Deep Sky Blue

📋 copy color: '#00BEFA'

red 0 ◦ green 190 ◦ blue 250

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

Shades of Deep Sky Blue #00BEFA

Tints of Deep Sky Blue #00BEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 0%
G = 43.18%
B = 56.82%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00BEFA (or 0x00BEFA) is known color: Deep Sky Blue. HEX triplet: 00, BE and FA. RGB value is (0,190,250). Sum of RGB (Red+Green+Blue) = 0+190+250=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #00BEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BEFA is #FF4105. Grayscale: #8B8B8B. Windows color (decimal): -16728326 or 16432640. OLE color: 16432640.

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

Color convert

RGB 0 190 250 -
CMYK 1 0.24 0 0.02
HSL 194.4º 1% 0.49% -
HSV(B) 194.4º 1% 0.98% -
XYZ 35.67 43.73 97 -
YUV 140.03 190.05 28.12 -
System Red Green Blue C M Y K H S L
Decimal 0 190 250 1 0.24 0 0.02 194.4 1 0.49
Hex 0 BE FA 64 18 0 2 C2 64 31
Octal 0 276 372 144 30 0 2 302 144 61
Binary 0 10111110 11111010 1100100 11000 0 10 11000010 1100100 110001

Color Harmonies of #00BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEFA

Black with #00BEFA

Text Example


Text Example

White with #00BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,190,250); }

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

background-color css

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

 a { background-color: rgb(0,190,250); }

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

border-color css

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

 span { border-color: rgb(0,190,250); }

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