Html Css Color HEX #00B7EA Deep Sky Blue

📋 copy color: '#00B7EA'

red 0 ◦ green 183 ◦ blue 234

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

Shades of Deep Sky Blue #00B7EA

Tints of Deep Sky Blue #00B7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 0%
G = 43.88%
B = 56.12%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00B7EA (or 0x00B7EA) is known color: Deep Sky Blue. HEX triplet: 00, B7 and EA. RGB value is (0,183,234). Sum of RGB (Red+Green+Blue) = 0+183+234=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #00B7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B7EA is #FF4815. Grayscale: #858585. Windows color (decimal): -16730134 or 15382272. OLE color: 15382272.

HSL color Cylindrical-coordinate representation of color #00B7EA: hue angle of 193.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7EA is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 183 234 -
CMYK 1 0.22 0 0.08
HSL 193.08º 1% 0.46% -
HSV(B) 193.08º 1% 0.92% -
XYZ 31.78 39.81 83.85 -
YUV 134.1 184.37 32.35 -
System Red Green Blue C M Y K H S L
Decimal 0 183 234 1 0.22 0 0.08 193.08 1 0.46
Hex 0 B7 EA 64 16 0 8 C1 64 2E
Octal 0 267 352 144 26 0 10 301 144 56
Binary 0 10110111 11101010 1100100 10110 0 1000 11000001 1100100 101110

Color Harmonies of #00B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B7EA

Black with #00B7EA

Text Example


Text Example

White with #00B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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