Html Css Color HEX #00B7FB Deep Sky Blue

📋 copy color: '#00B7FB'

red 0 ◦ green 183 ◦ blue 251

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

Shades of Deep Sky Blue #00B7FB

Tints of Deep Sky Blue #00B7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.17%

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

R = 0%
G = 42.17%
B = 57.83%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00B7FB (or 0x00B7FB) is known color: Deep Sky Blue. HEX triplet: 00, B7 and FB. RGB value is (0,183,251). Sum of RGB (Red+Green+Blue) = 0+183+251=434 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #00B7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B7FB is #FF4804. Grayscale: #878787. Windows color (decimal): -16730117 or 16496384. OLE color: 16496384.

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

Color convert

RGB 0 183 251 -
CMYK 1 0.27 0 0.02
HSL 196.26º 1% 0.49% -
HSV(B) 196.26º 1% 0.98% -
XYZ 34.35 40.83 97.34 -
YUV 136.04 192.87 30.97 -
System Red Green Blue C M Y K H S L
Decimal 0 183 251 1 0.27 0 0.02 196.26 1 0.49
Hex 0 B7 FB 64 1B 0 2 C4 64 31
Octal 0 267 373 144 33 0 2 304 144 61
Binary 0 10110111 11111011 1100100 11011 0 10 11000100 1100100 110001

Color Harmonies of #00B7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B7FB

Black with #00B7FB

Text Example


Text Example

White with #00B7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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