Html Css Color HEX #00B0FB Deep Sky Blue

📋 copy color: '#00B0FB'

red 0 ◦ green 176 ◦ blue 251

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

Shades of Deep Sky Blue #00B0FB

Tints of Deep Sky Blue #00B0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.22%

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

R = 0%
G = 41.22%
B = 58.78%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00B0FB (or 0x00B0FB) is known color: Deep Sky Blue. HEX triplet: 00, B0 and FB. RGB value is (0,176,251). Sum of RGB (Red+Green+Blue) = 0+176+251=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #00B0FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00B0FB is #FF4F04. Grayscale: #838383. Windows color (decimal): -16731909 or 16494592. OLE color: 16494592.

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

Color convert

RGB 0 176 251 -
CMYK 1 0.30 0 0.02
HSL 197.93º 1% 0.49% -
HSV(B) 197.93º 1% 0.98% -
XYZ 32.94 38.02 96.87 -
YUV 131.93 195.19 33.9 -
System Red Green Blue C M Y K H S L
Decimal 0 176 251 1 0.30 0 0.02 197.93 1 0.49
Hex 0 B0 FB 64 1E 0 2 C6 64 31
Octal 0 260 373 144 36 0 2 306 144 61
Binary 0 10110000 11111011 1100100 11110 0 10 11000110 1100100 110001

Color Harmonies of #00B0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B0FB

Black with #00B0FB

Text Example


Text Example

White with #00B0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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