Html Css Color HEX #00D0FB Deep Sky Blue

📋 copy color: '#00D0FB'

red 0 ◦ green 208 ◦ blue 251

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

Shades of Deep Sky Blue #00D0FB

Tints of Deep Sky Blue #00D0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

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

R = 0%
G = 45.32%
B = 54.68%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00D0FB (or 0x00D0FB) is known color: Deep Sky Blue. HEX triplet: 00, D0 and FB. RGB value is (0,208,251). Sum of RGB (Red+Green+Blue) = 0+208+251=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #00D0FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D0FB is #FF2F04. Grayscale: #969696. Windows color (decimal): -16723717 or 16502784. OLE color: 16502784.

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

Color convert

RGB 0 208 251 -
CMYK 1 0.17 0 0.02
HSL 190.28º 1% 0.49% -
HSV(B) 190.28º 1% 0.98% -
XYZ 39.97 52.08 99.21 -
YUV 150.71 184.59 20.5 -
System Red Green Blue C M Y K H S L
Decimal 0 208 251 1 0.17 0 0.02 190.28 1 0.49
Hex 0 D0 FB 64 11 0 2 BE 64 31
Octal 0 320 373 144 21 0 2 276 144 61
Binary 0 11010000 11111011 1100100 10001 0 10 10111110 1100100 110001

Color Harmonies of #00D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D0FB

Black with #00D0FB

Text Example


Text Example

White with #00D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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