Html Css Color HEX #00BDFB Deep Sky Blue

📋 copy color: '#00BDFB'

red 0 ◦ green 189 ◦ blue 251

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

Shades of Deep Sky Blue #00BDFB

Tints of Deep Sky Blue #00BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 251 (98.44% from 255) = 57.05%

R = 0%
G = 42.95%
B = 57.05%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00BDFB (or 0x00BDFB) is known color: Deep Sky Blue. HEX triplet: 00, BD and FB. RGB value is (0,189,251). Sum of RGB (Red+Green+Blue) = 0+189+251=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #00BDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BDFB is #FF4204. Grayscale: #8B8B8B. Windows color (decimal): -16728581 or 16497920. OLE color: 16497920.

HSL color Cylindrical-coordinate representation of color #00BDFB: hue angle of 194.82º 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 #00BDFB is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 189 251 -
CMYK 1 0.25 0 0.02
HSL 194.82º 1% 0.49% -
HSV(B) 194.82º 1% 0.98% -
XYZ 35.61 43.36 97.76 -
YUV 139.56 190.88 28.46 -
System Red Green Blue C M Y K H S L
Decimal 0 189 251 1 0.25 0 0.02 194.82 1 0.49
Hex 0 BD FB 64 19 0 2 C3 64 31
Octal 0 275 373 144 31 0 2 303 144 61
Binary 0 10111101 11111011 1100100 11001 0 10 11000011 1100100 110001

Color Harmonies of #00BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDFB

Black with #00BDFB

Text Example


Text Example

White with #00BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,189,251); }

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

background-color css

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

 a { background-color: rgb(0,189,251); }

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

border-color css

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

 span { border-color: rgb(0,189,251); }

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